Html Css Color HEX #D20215 Venetian Red

📋 copy color: '#D20215'

red 210 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #D20215

Tints of Venetian Red #D20215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 90.13%
G = 0.86%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20215 (or 0xD20215) is known color: Venetian Red. HEX triplet: D2, 02 and 15. RGB value is (210,2,21). Sum of RGB (Red+Green+Blue) = 210+2+21=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20215 is #2DFDEA. Grayscale: #424242. Windows color (decimal): -3014123 or 1376978. OLE color: 1376978.

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

Color convert

RGB 210 2 21 -
CMYK 0 0.99 0.90 0.18
HSL 354.52º 0.98% 0.42% -
HSV(B) 354.52º 0.99% 0.82% -
XYZ 26.74 13.8 1.96 -
YUV 66.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 210 2 21 0 0.99 0.90 0.18 354.52 0.98 0.42
Hex D2 2 15 0 63 5A 12 163 62 2A
Octal 322 2 25 0 143 132 22 543 142 52
Binary 11010010 10 10101 0 1100011 1011010 10010 101100011 1100010 101010

Color Harmonies of #D20215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20215

Black with #D20215

Text Example


Text Example

White with #D20215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20215; }

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

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

background-color css

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

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

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

border-color css

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

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

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