Html Css Color HEX #D20227 Venetian Red

📋 copy color: '#D20227'

red 210 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #D20227

Tints of Venetian Red #D20227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 83.67%
G = 0.8%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20227 (or 0xD20227) is known color: Venetian Red. HEX triplet: D2, 02 and 27. RGB value is (210,2,39). Sum of RGB (Red+Green+Blue) = 210+2+39=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20227 is #2DFDD8. Grayscale: #444444. Windows color (decimal): -3014105 or 2556626. OLE color: 2556626.

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

Color convert

RGB 210 2 39 -
CMYK 0 0.99 0.81 0.18
HSL 349.33º 0.98% 0.42% -
HSV(B) 349.33º 0.99% 0.82% -
XYZ 26.97 13.89 3.18 -
YUV 68.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 210 2 39 0 0.99 0.81 0.18 349.33 0.98 0.42
Hex D2 2 27 0 63 51 12 15D 62 2A
Octal 322 2 47 0 143 121 22 535 142 52
Binary 11010010 10 100111 0 1100011 1010001 10010 101011101 1100010 101010

Color Harmonies of #D20227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20227

Black with #D20227

Text Example


Text Example

White with #D20227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20227; }

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

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

background-color css

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

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

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

border-color css

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

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

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