Html Css Color HEX #D40612 Venetian Red

📋 copy color: '#D40612'

red 212 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #D40612

Tints of Venetian Red #D40612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.63%

R = 89.83%
G = 2.54%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40612 (or 0xD40612) is known color: Venetian Red. HEX triplet: D4, 06 and 12. RGB value is (212,6,18). Sum of RGB (Red+Green+Blue) = 212+6+18=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D40612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40612 is #2BF9ED. Grayscale: #454545. Windows color (decimal): -2882030 or 1181396. OLE color: 1181396.

HSL color Cylindrical-coordinate representation of color #D40612: hue angle of 356.5º 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 #D40612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 18 -
CMYK 0 0.97 0.92 0.17
HSL 356.5º 0.94% 0.43% -
HSV(B) 356.5º 0.97% 0.83% -
XYZ 27.33 14.17 1.87 -
YUV 68.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 212 6 18 0 0.97 0.92 0.17 356.5 0.94 0.43
Hex D4 6 12 0 61 5C 11 165 5E 2B
Octal 324 6 22 0 141 134 21 545 136 53
Binary 11010100 110 10010 0 1100001 1011100 10001 101100101 1011110 101011

Color Harmonies of #D40612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40612

Black with #D40612

Text Example


Text Example

White with #D40612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40612; }

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

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

background-color css

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

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

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

border-color css

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

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

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