Html Css Color HEX #DC0814 Venetian Red

📋 copy color: '#DC0814'

red 220 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #DC0814

Tints of Venetian Red #DC0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 88.71%
G = 3.23%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0814 (or 0xDC0814) is known color: Venetian Red. HEX triplet: DC, 08 and 14. RGB value is (220,8,20). Sum of RGB (Red+Green+Blue) = 220+8+20=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0814 is #23F7EB. Grayscale: #484848. Windows color (decimal): -2357228 or 1312988. OLE color: 1312988.

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

Color convert

RGB 220 8 20 -
CMYK 0 0.96 0.91 0.14
HSL 356.6º 0.93% 0.45% -
HSV(B) 356.6º 0.96% 0.86% -
XYZ 29.73 15.44 2.08 -
YUV 72.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 220 8 20 0 0.96 0.91 0.14 356.6 0.93 0.45
Hex DC 8 14 0 60 5B E 165 5D 2D
Octal 334 10 24 0 140 133 16 545 135 55
Binary 11011100 1000 10100 0 1100000 1011011 1110 101100101 1011101 101101

Color Harmonies of #DC0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0814

Black with #DC0814

Text Example


Text Example

White with #DC0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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