Html Css Color HEX #DC0817 Venetian Red

📋 copy color: '#DC0817'

red 220 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #DC0817

Tints of Venetian Red #DC0817

RGB

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

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

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

R = 87.65%
G = 3.19%
B = 9.16%

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

#DC0817 (or 0xDC0817) is known color: Venetian Red. HEX triplet: DC, 08 and 17. RGB value is (220,8,23). Sum of RGB (Red+Green+Blue) = 220+8+23=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0817 is #23F7E8. Grayscale: #494949. Windows color (decimal): -2357225 or 1509596. OLE color: 1509596.

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

Color convert

RGB 220 8 23 -
CMYK 0 0.96 0.90 0.14
HSL 355.75º 0.93% 0.45% -
HSV(B) 355.75º 0.96% 0.86% -
XYZ 29.76 15.45 2.22 -
YUV 73.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 220 8 23 0 0.96 0.90 0.14 355.75 0.93 0.45
Hex DC 8 17 0 60 5A E 164 5D 2D
Octal 334 10 27 0 140 132 16 544 135 55
Binary 11011100 1000 10111 0 1100000 1011010 1110 101100100 1011101 101101

Color Harmonies of #DC0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0817

Black with #DC0817

Text Example


Text Example

White with #DC0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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