Html Css Color HEX #D20221 Venetian Red

📋 copy color: '#D20221'

red 210 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #D20221

Tints of Venetian Red #D20221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 85.71%
G = 0.82%
B = 13.47%

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

#D20221 (or 0xD20221) is known color: Venetian Red. HEX triplet: D2, 02 and 21. RGB value is (210,2,33). Sum of RGB (Red+Green+Blue) = 210+2+33=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20221 is #2DFDDE. Grayscale: #434343. Windows color (decimal): -3014111 or 2163410. OLE color: 2163410.

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

Color convert

RGB 210 2 33 -
CMYK 0 0.99 0.84 0.18
HSL 351.06º 0.98% 0.42% -
HSV(B) 351.06º 0.99% 0.82% -
XYZ 26.87 13.85 2.7 -
YUV 67.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 210 2 33 0 0.99 0.84 0.18 351.06 0.98 0.42
Hex D2 2 21 0 63 54 12 15F 62 2A
Octal 322 2 41 0 143 124 22 537 142 52
Binary 11010010 10 100001 0 1100011 1010100 10010 101011111 1100010 101010

Color Harmonies of #D20221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20221

Black with #D20221

Text Example


Text Example

White with #D20221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20221; }

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

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

background-color css

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

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

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

border-color css

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

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

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