Html Css Color HEX #D00509 Venetian Red

📋 copy color: '#D00509'

red 208 ◦ green 5 ◦ blue 9

#D00509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #D00509

Tints of Venetian Red #D00509

RGB

 RED value IS 208 (81.64% from 255) = 93.69%

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 9 (3.91% from 255) = 4.05%

R = 93.69%
G = 2.25%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D00509 (or 0xD00509) is known color: Venetian Red. HEX triplet: D0, 05 and 09. RGB value is (208,5,9). Sum of RGB (Red+Green+Blue) = 208+5+9=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D00509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00509 is #2FFAF6. Grayscale: #424242. Windows color (decimal): -3144439 or 591312. OLE color: 591312.

HSL color Cylindrical-coordinate representation of color #D00509: hue angle of 358.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 9 -
CMYK 0 0.98 0.96 0.18
HSL 358.82º 0.95% 0.42% -
HSV(B) 358.82º 0.98% 0.82% -
XYZ 26.12 13.54 1.5 -
YUV 66.15 95.75 229.17 -
System Red Green Blue C M Y K H S L
Decimal 208 5 9 0 0.98 0.96 0.18 358.82 0.95 0.42
Hex D0 5 9 0 62 60 12 167 5F 2A
Octal 320 5 11 0 142 140 22 547 137 52
Binary 11010000 101 1001 0 1100010 1100000 10010 101100111 1011111 101010

Color Harmonies of #D00509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00509

Black with #D00509

Text Example


Text Example

White with #D00509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00509; }

 p { color: rgb(208,5,9); }

 H1.HeaderClassName
 {
   color: #D00509;
 }
 .AnyTagClassName
 {
   color: #D00509;
 }
</style>

background-color css

<style>
 a { background-color: #D00509; }

 a { background-color: rgb(208,5,9); }

 div.DivClassName
 {
   background-color: #D00509;
 }
 .BgClassName
 {
   background-color: #D00509;
 }
</style>

border-color css

<style>
 span { border-color: #D00509; }

 span { border-color: rgb(208,5,9); }

 td.TdClassName
 {
   border-color: #D00509;
 }
 .TagClassName
 {
   border-color: #D00509;
 }
</style>