Html Css Color HEX #DC0108 Venetian Red

📋 copy color: '#DC0108'

red 220 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #DC0108

Tints of Venetian Red #DC0108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 96.07%
G = 0.44%
B = 3.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC0108 (or 0xDC0108) is known color: Venetian Red. HEX triplet: DC, 01 and 08. RGB value is (220,1,8). Sum of RGB (Red+Green+Blue) = 220+1+8=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0108 is #23FEF7. Grayscale: #434343. Windows color (decimal): -2359032 or 524764. OLE color: 524764.

HSL color Cylindrical-coordinate representation of color #DC0108: hue angle of 358.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0108 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 8 -
CMYK 0 1.00 0.96 0.14
HSL 358.08º 0.99% 0.43% -
HSV(B) 358.08º 1% 0.86% -
XYZ 29.57 15.25 1.62 -
YUV 67.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 220 1 8 0 1.00 0.96 0.14 358.08 0.99 0.43
Hex DC 1 8 0 64 60 E 166 63 2B
Octal 334 1 10 0 144 140 16 546 143 53
Binary 11011100 1 1000 0 1100100 1100000 1110 101100110 1100011 101011

Color Harmonies of #DC0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0108

Black with #DC0108

Text Example


Text Example

White with #DC0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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