Html Css Color HEX #D41012 Venetian Red

📋 copy color: '#D41012'

red 212 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #D41012

Tints of Venetian Red #D41012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 86.18%
G = 6.5%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41012 (or 0xD41012) is known color: Venetian Red. HEX triplet: D4, 10 and 12. RGB value is (212,16,18). Sum of RGB (Red+Green+Blue) = 212+16+18=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D41012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41012 is #2BEFED. Grayscale: #4B4B4B. Windows color (decimal): -2879470 or 1183956. OLE color: 1183956.

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

Color convert

RGB 212 16 18 -
CMYK 0 0.92 0.92 0.17
HSL 359.39º 0.86% 0.45% -
HSV(B) 359.39º 0.92% 0.83% -
XYZ 27.45 14.41 1.91 -
YUV 74.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 212 16 18 0 0.92 0.92 0.17 359.39 0.86 0.45
Hex D4 10 12 0 5C 5C 11 167 56 2D
Octal 324 20 22 0 134 134 21 547 126 55
Binary 11010100 10000 10010 0 1011100 1011100 10001 101100111 1010110 101101

Color Harmonies of #D41012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41012

Black with #D41012

Text Example


Text Example

White with #D41012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41012; }

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

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

background-color css

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

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

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

border-color css

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

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

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