Html Css Color HEX #D20F11 Venetian Red

📋 copy color: '#D20F11'

red 210 ◦ green 15 ◦ blue 17

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

Shades of Venetian Red #D20F11

Tints of Venetian Red #D20F11

RGB

 RED value IS 210 (82.42% from 255) = 86.78%

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 86.78%
G = 6.2%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20F11 (or 0xD20F11) is known color: Venetian Red. HEX triplet: D2, 0F and 11. RGB value is (210,15,17). Sum of RGB (Red+Green+Blue) = 210+15+17=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20F11 is #2DF0EE. Grayscale: #494949. Windows color (decimal): -3010799 or 1118162. OLE color: 1118162.

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

Color convert

RGB 210 15 17 -
CMYK 0 0.93 0.92 0.18
HSL 359.38º 0.87% 0.44% -
HSV(B) 359.38º 0.93% 0.82% -
XYZ 26.85 14.08 1.83 -
YUV 73.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 210 15 17 0 0.93 0.92 0.18 359.38 0.87 0.44
Hex D2 F 11 0 5D 5C 12 167 57 2C
Octal 322 17 21 0 135 134 22 547 127 54
Binary 11010010 1111 10001 0 1011101 1011100 10010 101100111 1010111 101100

Color Harmonies of #D20F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F11

Black with #D20F11

Text Example


Text Example

White with #D20F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F11; }

 p { color: rgb(210,15,17); }

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

background-color css

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

 a { background-color: rgb(210,15,17); }

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

border-color css

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

 span { border-color: rgb(210,15,17); }

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