Html Css Color HEX #D40812 Venetian Red

📋 copy color: '#D40812'

red 212 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D40812

Tints of Venetian Red #D40812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 89.08%
G = 3.36%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40812 (or 0xD40812) is known color: Venetian Red. HEX triplet: D4, 08 and 12. RGB value is (212,8,18). Sum of RGB (Red+Green+Blue) = 212+8+18=238 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.08% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 212 - color contains mainly: red. Hex color #D40812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40812 is #2BF7ED. Grayscale: #464646. Windows color (decimal): -2881518 or 1181908. OLE color: 1181908.

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

Color convert

RGB 212 8 18 -
CMYK 0 0.96 0.92 0.17
HSL 357.06º 0.93% 0.43% -
HSV(B) 357.06º 0.96% 0.83% -
XYZ 27.35 14.21 1.87 -
YUV 70.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 212 8 18 0 0.96 0.92 0.17 357.06 0.93 0.43
Hex D4 8 12 0 60 5C 11 165 5D 2B
Octal 324 10 22 0 140 134 21 545 135 53
Binary 11010100 1000 10010 0 1100000 1011100 10001 101100101 1011101 101011

Color Harmonies of #D40812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40812

Black with #D40812

Text Example


Text Example

White with #D40812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40812; }

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

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

background-color css

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

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

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

border-color css

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

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

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