Html Css Color HEX #D20225 Venetian Red

📋 copy color: '#D20225'

red 210 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #D20225

Tints of Venetian Red #D20225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 84.34%
G = 0.8%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20225 (or 0xD20225) is known color: Venetian Red. HEX triplet: D2, 02 and 25. RGB value is (210,2,37). Sum of RGB (Red+Green+Blue) = 210+2+37=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20225 is #2DFDDA. Grayscale: #444444. Windows color (decimal): -3014107 or 2425554. OLE color: 2425554.

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

Color convert

RGB 210 2 37 -
CMYK 0 0.99 0.82 0.18
HSL 349.9º 0.98% 0.42% -
HSV(B) 349.9º 0.99% 0.82% -
XYZ 26.93 13.88 3.01 -
YUV 68.18 110.41 229.15 -
System Red Green Blue C M Y K H S L
Decimal 210 2 37 0 0.99 0.82 0.18 349.9 0.98 0.42
Hex D2 2 25 0 63 52 12 15E 62 2A
Octal 322 2 45 0 143 122 22 536 142 52
Binary 11010010 10 100101 0 1100011 1010010 10010 101011110 1100010 101010

Color Harmonies of #D20225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20225

Black with #D20225

Text Example


Text Example

White with #D20225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20225; }

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

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

background-color css

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

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

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

border-color css

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

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

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