Html Css Color HEX #D10412 Venetian Red

📋 copy color: '#D10412'

red 209 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #D10412

Tints of Venetian Red #D10412

RGB

 RED value IS 209 (82.03% from 255) = 90.48%

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

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

R = 90.48%
G = 1.73%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D10412 (or 0xD10412) is known color: Venetian Red. HEX triplet: D1, 04 and 12. RGB value is (209,4,18). Sum of RGB (Red+Green+Blue) = 209+4+18=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D10412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10412 is #2EFBED. Grayscale: #434343. Windows color (decimal): -3079150 or 1180881. OLE color: 1180881.

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

Color convert

RGB 209 4 18 -
CMYK 0 0.98 0.91 0.18
HSL 355.9º 0.96% 0.42% -
HSV(B) 355.9º 0.98% 0.82% -
XYZ 26.45 13.69 1.82 -
YUV 66.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 209 4 18 0 0.98 0.91 0.18 355.9 0.96 0.42
Hex D1 4 12 0 62 5B 12 164 60 2A
Octal 321 4 22 0 142 133 22 544 140 52
Binary 11010001 100 10010 0 1100010 1011011 10010 101100100 1100000 101010

Color Harmonies of #D10412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10412

Black with #D10412

Text Example


Text Example

White with #D10412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10412; }

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

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

background-color css

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

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

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

border-color css

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

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

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