Html Css Color HEX #DC0917 Venetian Red

📋 copy color: '#DC0917'

red 220 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #DC0917

Tints of Venetian Red #DC0917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 87.3%
G = 3.57%
B = 9.13%

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

#DC0917 (or 0xDC0917) is known color: Venetian Red. HEX triplet: DC, 09 and 17. RGB value is (220,9,23). Sum of RGB (Red+Green+Blue) = 220+9+23=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0917 is #23F6E8. Grayscale: #494949. Windows color (decimal): -2356969 or 1509852. OLE color: 1509852.

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

Color convert

RGB 220 9 23 -
CMYK 0 0.96 0.90 0.14
HSL 356.02º 0.92% 0.45% -
HSV(B) 356.02º 0.96% 0.86% -
XYZ 29.77 15.47 2.23 -
YUV 73.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 220 9 23 0 0.96 0.90 0.14 356.02 0.92 0.45
Hex DC 9 17 0 60 5A E 164 5C 2D
Octal 334 11 27 0 140 132 16 544 134 55
Binary 11011100 1001 10111 0 1100000 1011010 1110 101100100 1011100 101101

Color Harmonies of #DC0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0917

Black with #DC0917

Text Example


Text Example

White with #DC0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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