Html Css Color HEX #D20212 Venetian Red

📋 copy color: '#D20212'

red 210 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #D20212

Tints of Venetian Red #D20212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 91.3%
G = 0.87%
B = 7.83%

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

#D20212 (or 0xD20212) is known color: Venetian Red. HEX triplet: D2, 02 and 12. RGB value is (210,2,18). Sum of RGB (Red+Green+Blue) = 210+2+18=230 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.30% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 210 - color contains mainly: red. Hex color #D20212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20212 is #2DFDED. Grayscale: #424242. Windows color (decimal): -3014126 or 1180370. OLE color: 1180370.

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

Color convert

RGB 210 2 18 -
CMYK 0 0.99 0.91 0.18
HSL 355.38º 0.98% 0.42% -
HSV(B) 355.38º 0.99% 0.82% -
XYZ 26.71 13.79 1.83 -
YUV 66.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 210 2 18 0 0.99 0.91 0.18 355.38 0.98 0.42
Hex D2 2 12 0 63 5B 12 163 62 2A
Octal 322 2 22 0 143 133 22 543 142 52
Binary 11010010 10 10010 0 1100011 1011011 10010 101100011 1100010 101010

Color Harmonies of #D20212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20212

Black with #D20212

Text Example


Text Example

White with #D20212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20212; }

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

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

background-color css

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

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

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

border-color css

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

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

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