Html Css Color HEX #D20011 Venetian Red

📋 copy color: '#D20011'

red 210 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #D20011

Tints of Venetian Red #D20011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.51%
G = 0%
B = 7.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20011 (or 0xD20011) is known color: Venetian Red. HEX triplet: D2, 00 and 11. RGB value is (210,0,17). Sum of RGB (Red+Green+Blue) = 210+0+17=227 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.51% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 210 - color contains mainly: red. Hex color #D20011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20011 is #2DFFEE. Grayscale: #404040. Windows color (decimal): -3014639 or 1114322. OLE color: 1114322.

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

Color convert

RGB 210 0 17 -
CMYK 0 1 0.92 0.18
HSL 355.14º 1% 0.41% -
HSV(B) 355.14º 1% 0.82% -
XYZ 26.68 13.74 1.78 -
YUV 64.73 101.07 231.62 -
System Red Green Blue C M Y K H S L
Decimal 210 0 17 0 1 0.92 0.18 355.14 1 0.41
Hex D2 0 11 0 64 5C 12 163 64 29
Octal 322 0 21 0 144 134 22 543 144 51
Binary 11010010 0 10001 0 1100100 1011100 10010 101100011 1100100 101001

Color Harmonies of #D20011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20011

Black with #D20011

Text Example


Text Example

White with #D20011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20011; }

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

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

background-color css

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

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

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

border-color css

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

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

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