Html Css Color HEX #D40609 Venetian Red

📋 copy color: '#D40609'

red 212 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #D40609

Tints of Venetian Red #D40609

RGB

 RED value IS 212 (83.2% from 255) = 93.39%

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 93.39%
G = 2.64%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D40609 (or 0xD40609) is known color: Venetian Red. HEX triplet: D4, 06 and 09. RGB value is (212,6,9). Sum of RGB (Red+Green+Blue) = 212+6+9=227 (30% of max value = 765). Red value is 212 (83.20% from 255 or 93.39% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 212 - color contains mainly: red. Hex color #D40609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40609 is #2BF9F6. Grayscale: #444444. Windows color (decimal): -2882039 or 591572. OLE color: 591572.

HSL color Cylindrical-coordinate representation of color #D40609: hue angle of 359.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40609 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 9 -
CMYK 0 0.97 0.96 0.17
HSL 359.13º 0.94% 0.43% -
HSV(B) 359.13º 0.97% 0.83% -
XYZ 27.27 14.15 1.55 -
YUV 67.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 212 6 9 0 0.97 0.96 0.17 359.13 0.94 0.43
Hex D4 6 9 0 61 60 11 167 5E 2B
Octal 324 6 11 0 141 140 21 547 136 53
Binary 11010100 110 1001 0 1100001 1100000 10001 101100111 1011110 101011

Color Harmonies of #D40609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40609

Black with #D40609

Text Example


Text Example

White with #D40609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40609; }

 p { color: rgb(212,6,9); }

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

background-color css

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

 a { background-color: rgb(212,6,9); }

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

border-color css

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

 span { border-color: rgb(212,6,9); }

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