Html Css Color HEX #DC0914 Venetian Red

📋 copy color: '#DC0914'

red 220 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #DC0914

Tints of Venetian Red #DC0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 88.35%
G = 3.61%
B = 8.03%

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

#DC0914 (or 0xDC0914) is known color: Venetian Red. HEX triplet: DC, 09 and 14. RGB value is (220,9,20). Sum of RGB (Red+Green+Blue) = 220+9+20=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0914 is #23F6EB. Grayscale: #494949. Windows color (decimal): -2356972 or 1313244. OLE color: 1313244.

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

Color convert

RGB 220 9 20 -
CMYK 0 0.96 0.91 0.14
HSL 356.87º 0.92% 0.45% -
HSV(B) 356.87º 0.96% 0.86% -
XYZ 29.74 15.46 2.08 -
YUV 73.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 220 9 20 0 0.96 0.91 0.14 356.87 0.92 0.45
Hex DC 9 14 0 60 5B E 165 5C 2D
Octal 334 11 24 0 140 133 16 545 134 55
Binary 11011100 1001 10100 0 1100000 1011011 1110 101100101 1011100 101101

Color Harmonies of #DC0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0914

Black with #DC0914

Text Example


Text Example

White with #DC0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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