Html Css Color HEX #DC0818 Venetian Red

📋 copy color: '#DC0818'

red 220 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #DC0818

Tints of Venetian Red #DC0818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 87.3%
G = 3.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC0818 (or 0xDC0818) is known color: Venetian Red. HEX triplet: DC, 08 and 18. RGB value is (220,8,24). Sum of RGB (Red+Green+Blue) = 220+8+24=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0818 is #23F7E7. Grayscale: #494949. Windows color (decimal): -2357224 or 1575132. OLE color: 1575132.

HSL color Cylindrical-coordinate representation of color #DC0818: hue angle of 355.47º 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 #DC0818 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 24 -
CMYK 0 0.96 0.89 0.14
HSL 355.47º 0.93% 0.45% -
HSV(B) 355.47º 0.96% 0.86% -
XYZ 29.77 15.46 2.28 -
YUV 73.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 220 8 24 0 0.96 0.89 0.14 355.47 0.93 0.45
Hex DC 8 18 0 60 59 E 163 5D 2D
Octal 334 10 30 0 140 131 16 543 135 55
Binary 11011100 1000 11000 0 1100000 1011001 1110 101100011 1011101 101101

Color Harmonies of #DC0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0818

Black with #DC0818

Text Example


Text Example

White with #DC0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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