Html Css Color HEX #D20C15 Venetian Red

📋 copy color: '#D20C15'

red 210 ◦ green 12 ◦ blue 21

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

Shades of Venetian Red #D20C15

Tints of Venetian Red #D20C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

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

R = 86.42%
G = 4.94%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20C15 (or 0xD20C15) is known color: Venetian Red. HEX triplet: D2, 0C and 15. RGB value is (210,12,21). Sum of RGB (Red+Green+Blue) = 210+12+21=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C15 is #2DF3EA. Grayscale: #484848. Windows color (decimal): -3011563 or 1379538. OLE color: 1379538.

HSL color Cylindrical-coordinate representation of color #D20C15: hue angle of 357.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 21 -
CMYK 0 0.94 0.90 0.18
HSL 357.27º 0.89% 0.44% -
HSV(B) 357.27º 0.94% 0.82% -
XYZ 26.85 14.02 2 -
YUV 72.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 210 12 21 0 0.94 0.90 0.18 357.27 0.89 0.44
Hex D2 C 15 0 5E 5A 12 165 59 2C
Octal 322 14 25 0 136 132 22 545 131 54
Binary 11010010 1100 10101 0 1011110 1011010 10010 101100101 1011001 101100

Color Harmonies of #D20C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C15

Black with #D20C15

Text Example


Text Example

White with #D20C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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