Html Css Color HEX #D20213 Venetian Red

📋 copy color: '#D20213'

red 210 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #D20213

Tints of Venetian Red #D20213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 90.91%
G = 0.87%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20213 (or 0xD20213) is known color: Venetian Red. HEX triplet: D2, 02 and 13. RGB value is (210,2,19). Sum of RGB (Red+Green+Blue) = 210+2+19=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D20213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20213 is #2DFDEC. Grayscale: #424242. Windows color (decimal): -3014125 or 1245906. OLE color: 1245906.

HSL color Cylindrical-coordinate representation of color #D20213: hue angle of 355.1º 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 #D20213 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 19 -
CMYK 0 0.99 0.91 0.18
HSL 355.1º 0.98% 0.42% -
HSV(B) 355.1º 0.99% 0.82% -
XYZ 26.72 13.79 1.87 -
YUV 66.13 101.41 230.62 -
System Red Green Blue C M Y K H S L
Decimal 210 2 19 0 0.99 0.91 0.18 355.1 0.98 0.42
Hex D2 2 13 0 63 5B 12 163 62 2A
Octal 322 2 23 0 143 133 22 543 142 52
Binary 11010010 10 10011 0 1100011 1011011 10010 101100011 1100010 101010

Color Harmonies of #D20213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20213

Black with #D20213

Text Example


Text Example

White with #D20213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20213; }

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

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

background-color css

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

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

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

border-color css

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

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

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