Html Css Color HEX #D21011 Venetian Red

📋 copy color: '#D21011'

red 210 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #D21011

Tints of Venetian Red #D21011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 86.42%
G = 6.58%
B = 7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D21011 (or 0xD21011) is known color: Venetian Red. HEX triplet: D2, 10 and 11. RGB value is (210,16,17). Sum of RGB (Red+Green+Blue) = 210+16+17=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D21011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21011 is #2DEFEE. Grayscale: #4A4A4A. Windows color (decimal): -3010543 or 1118418. OLE color: 1118418.

HSL color Cylindrical-coordinate representation of color #D21011: hue angle of 359.69º degrees, saturation: 0.86, 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 #D21011 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 17 -
CMYK 0 0.92 0.92 0.18
HSL 359.69º 0.86% 0.44% -
HSV(B) 359.69º 0.92% 0.82% -
XYZ 26.86 14.11 1.84 -
YUV 74.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 210 16 17 0 0.92 0.92 0.18 359.69 0.86 0.44
Hex D2 10 11 0 5C 5C 12 168 56 2C
Octal 322 20 21 0 134 134 22 550 126 54
Binary 11010010 10000 10001 0 1011100 1011100 10010 101101000 1010110 101100

Color Harmonies of #D21011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21011

Black with #D21011

Text Example


Text Example

White with #D21011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21011; }

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

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

background-color css

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

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

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

border-color css

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

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

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