Html Css Color HEX #D60009 Venetian Red

📋 copy color: '#D60009'

red 214 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #D60009

Tints of Venetian Red #D60009

RGB

 RED value IS 214 (83.98% from 255) = 95.96%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.96%
G = 0%
B = 4.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D60009 (or 0xD60009) is known color: Venetian Red. HEX triplet: D6, 00 and 09. RGB value is (214,0,9). Sum of RGB (Red+Green+Blue) = 214+0+9=223 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.96% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 214 - color contains mainly: red. Hex color #D60009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60009 is #29FFF6. Grayscale: #414141. Windows color (decimal): -2752503 or 590038. OLE color: 590038.

HSL color Cylindrical-coordinate representation of color #D60009: hue angle of 357.48º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 9 -
CMYK 0 1 0.96 0.16
HSL 357.48º 1% 0.42% -
HSV(B) 357.48º 1% 0.84% -
XYZ 27.78 14.32 1.56 -
YUV 65.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 214 0 9 0 1 0.96 0.16 357.48 1 0.42
Hex D6 0 9 0 64 60 10 165 64 2A
Octal 326 0 11 0 144 140 20 545 144 52
Binary 11010110 0 1001 0 1100100 1100000 10000 101100101 1100100 101010

Color Harmonies of #D60009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60009

Black with #D60009

Text Example


Text Example

White with #D60009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60009; }

 p { color: rgb(214,0,9); }

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

background-color css

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

 a { background-color: rgb(214,0,9); }

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

border-color css

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

 span { border-color: rgb(214,0,9); }

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