Html Css Color HEX #D20217 Venetian Red

📋 copy color: '#D20217'

red 210 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #D20217

Tints of Venetian Red #D20217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 89.36%
G = 0.85%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20217 (or 0xD20217) is known color: Venetian Red. HEX triplet: D2, 02 and 17. RGB value is (210,2,23). Sum of RGB (Red+Green+Blue) = 210+2+23=235 (31% of max value = 765). Red value is 210 (82.42% from 255 or 89.36% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 210 - color contains mainly: red. Hex color #D20217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20217 is #2DFDE8. Grayscale: #424242. Windows color (decimal): -3014121 or 1508050. OLE color: 1508050.

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

Color convert

RGB 210 2 23 -
CMYK 0 0.99 0.89 0.18
HSL 353.94º 0.98% 0.42% -
HSV(B) 353.94º 0.99% 0.82% -
XYZ 26.75 13.81 2.07 -
YUV 66.59 103.41 230.29 -
System Red Green Blue C M Y K H S L
Decimal 210 2 23 0 0.99 0.89 0.18 353.94 0.98 0.42
Hex D2 2 17 0 63 59 12 162 62 2A
Octal 322 2 27 0 143 131 22 542 142 52
Binary 11010010 10 10111 0 1100011 1011001 10010 101100010 1100010 101010

Color Harmonies of #D20217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20217

Black with #D20217

Text Example


Text Example

White with #D20217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20217; }

 p { color: rgb(210,2,23); }

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

background-color css

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

 a { background-color: rgb(210,2,23); }

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

border-color css

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

 span { border-color: rgb(210,2,23); }

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