Html Css Color HEX #D20222 Venetian Red

📋 copy color: '#D20222'

red 210 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #D20222

Tints of Venetian Red #D20222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 85.37%
G = 0.81%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D20222 (or 0xD20222) is known color: Venetian Red. HEX triplet: D2, 02 and 22. RGB value is (210,2,34). Sum of RGB (Red+Green+Blue) = 210+2+34=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D20222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20222 is #2DFDDD. Grayscale: #434343. Windows color (decimal): -3014110 or 2228946. OLE color: 2228946.

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

Color convert

RGB 210 2 34 -
CMYK 0 0.99 0.84 0.18
HSL 350.77º 0.98% 0.42% -
HSV(B) 350.77º 0.99% 0.82% -
XYZ 26.89 13.86 2.77 -
YUV 67.84 108.91 229.4 -
System Red Green Blue C M Y K H S L
Decimal 210 2 34 0 0.99 0.84 0.18 350.77 0.98 0.42
Hex D2 2 22 0 63 54 12 15F 62 2A
Octal 322 2 42 0 143 124 22 537 142 52
Binary 11010010 10 100010 0 1100011 1010100 10010 101011111 1100010 101010

Color Harmonies of #D20222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20222

Black with #D20222

Text Example


Text Example

White with #D20222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20222; }

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

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

background-color css

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

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

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

border-color css

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

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

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