Html Css Color HEX #D01112 Venetian Red

📋 copy color: '#D01112'

red 208 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #D01112

Tints of Venetian Red #D01112

RGB

 RED value IS 208 (81.64% from 255) = 85.6%

 GREEN value IS 17 (7.03% from 255) = 7%

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

R = 85.6%
G = 7%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01112 (or 0xD01112) is known color: Venetian Red. HEX triplet: D0, 11 and 12. RGB value is (208,17,18). Sum of RGB (Red+Green+Blue) = 208+17+18=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D01112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01112 is #2FEEED. Grayscale: #4A4A4A. Windows color (decimal): -3141358 or 1184208. OLE color: 1184208.

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

Color convert

RGB 208 17 18 -
CMYK 0 0.92 0.91 0.18
HSL 359.69º 0.85% 0.44% -
HSV(B) 359.69º 0.92% 0.82% -
XYZ 26.32 13.85 1.86 -
YUV 74.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 208 17 18 0 0.92 0.91 0.18 359.69 0.85 0.44
Hex D0 11 12 0 5C 5B 12 168 55 2C
Octal 320 21 22 0 134 133 22 550 125 54
Binary 11010000 10001 10010 0 1011100 1011011 10010 101101000 1010101 101100

Color Harmonies of #D01112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01112

Black with #D01112

Text Example


Text Example

White with #D01112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01112; }

 p { color: rgb(208,17,18); }

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

background-color css

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

 a { background-color: rgb(208,17,18); }

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

border-color css

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

 span { border-color: rgb(208,17,18); }

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