Html Css Color HEX #D40412 Venetian Red

📋 copy color: '#D40412'

red 212 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #D40412

Tints of Venetian Red #D40412

RGB

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

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

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

R = 90.6%
G = 1.71%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40412 (or 0xD40412) is known color: Venetian Red. HEX triplet: D4, 04 and 12. RGB value is (212,4,18). Sum of RGB (Red+Green+Blue) = 212+4+18=234 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.60% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 212 - color contains mainly: red. Hex color #D40412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40412 is #2BFBED. Grayscale: #434343. Windows color (decimal): -2882542 or 1180884. OLE color: 1180884.

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

Color convert

RGB 212 4 18 -
CMYK 0 0.98 0.92 0.17
HSL 355.96º 0.96% 0.42% -
HSV(B) 355.96º 0.98% 0.83% -
XYZ 27.3 14.13 1.86 -
YUV 67.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 212 4 18 0 0.98 0.92 0.17 355.96 0.96 0.42
Hex D4 4 12 0 62 5C 11 164 60 2A
Octal 324 4 22 0 142 134 21 544 140 52
Binary 11010100 100 10010 0 1100010 1011100 10001 101100100 1100000 101010

Color Harmonies of #D40412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40412

Black with #D40412

Text Example


Text Example

White with #D40412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40412; }

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

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

background-color css

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

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

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

border-color css

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

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

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