Html Css Color HEX #D60409 Venetian Red

📋 copy color: '#D60409'

red 214 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #D60409

Tints of Venetian Red #D60409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 94.27%
G = 1.76%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D60409 (or 0xD60409) is known color: Venetian Red. HEX triplet: D6, 04 and 09. RGB value is (214,4,9). Sum of RGB (Red+Green+Blue) = 214+4+9=227 (30% of max value = 765). Red value is 214 (83.98% from 255 or 94.27% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 214 - color contains mainly: red. Hex color #D60409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60409 is #29FBF6. Grayscale: #434343. Windows color (decimal): -2751479 or 591062. OLE color: 591062.

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

Color convert

RGB 214 4 9 -
CMYK 0 0.98 0.96 0.16
HSL 358.57º 0.96% 0.43% -
HSV(B) 358.57º 0.98% 0.84% -
XYZ 27.82 14.4 1.57 -
YUV 67.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 214 4 9 0 0.98 0.96 0.16 358.57 0.96 0.43
Hex D6 4 9 0 62 60 10 167 60 2B
Octal 326 4 11 0 142 140 20 547 140 53
Binary 11010110 100 1001 0 1100010 1100000 10000 101100111 1100000 101011

Color Harmonies of #D60409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60409

Black with #D60409

Text Example


Text Example

White with #D60409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60409; }

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

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

background-color css

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

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

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

border-color css

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

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

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