Html Css Color HEX #D20224 Venetian Red

📋 copy color: '#D20224'

red 210 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #D20224

Tints of Venetian Red #D20224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 84.68%
G = 0.81%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20224 (or 0xD20224) is known color: Venetian Red. HEX triplet: D2, 02 and 24. RGB value is (210,2,36). Sum of RGB (Red+Green+Blue) = 210+2+36=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D20224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20224 is #2DFDDB. Grayscale: #444444. Windows color (decimal): -3014108 or 2360018. OLE color: 2360018.

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

Color convert

RGB 210 2 36 -
CMYK 0 0.99 0.83 0.18
HSL 350.19º 0.98% 0.42% -
HSV(B) 350.19º 0.99% 0.82% -
XYZ 26.92 13.87 2.93 -
YUV 68.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 210 2 36 0 0.99 0.83 0.18 350.19 0.98 0.42
Hex D2 2 24 0 63 53 12 15E 62 2A
Octal 322 2 44 0 143 123 22 536 142 52
Binary 11010010 10 100100 0 1100011 1010011 10010 101011110 1100010 101010

Color Harmonies of #D20224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20224

Black with #D20224

Text Example


Text Example

White with #D20224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20224; }

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

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

background-color css

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

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

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

border-color css

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

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

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