Html Css Color HEX #DC0815 Venetian Red

📋 copy color: '#DC0815'

red 220 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #DC0815

Tints of Venetian Red #DC0815

RGB

 RED value IS 220 (86.33% from 255) = 88.35%

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 88.35%
G = 3.21%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC0815 (or 0xDC0815) is known color: Venetian Red. HEX triplet: DC, 08 and 15. RGB value is (220,8,21). Sum of RGB (Red+Green+Blue) = 220+8+21=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0815 is #23F7EA. Grayscale: #494949. Windows color (decimal): -2357227 or 1378524. OLE color: 1378524.

HSL color Cylindrical-coordinate representation of color #DC0815: hue angle of 356.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0815 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 21 -
CMYK 0 0.96 0.90 0.14
HSL 356.32º 0.93% 0.45% -
HSV(B) 356.32º 0.96% 0.86% -
XYZ 29.74 15.44 2.12 -
YUV 72.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 220 8 21 0 0.96 0.90 0.14 356.32 0.93 0.45
Hex DC 8 15 0 60 5A E 164 5D 2D
Octal 334 10 25 0 140 132 16 544 135 55
Binary 11011100 1000 10101 0 1100000 1011010 1110 101100100 1011101 101101

Color Harmonies of #DC0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0815

Black with #DC0815

Text Example


Text Example

White with #DC0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0815; }

 p { color: rgb(220,8,21); }

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

background-color css

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

 a { background-color: rgb(220,8,21); }

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

border-color css

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

 span { border-color: rgb(220,8,21); }

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