Html Css Color HEX #DC080D Venetian Red

📋 copy color: '#DC080D'

red 220 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #DC080D

Tints of Venetian Red #DC080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 91.29%
G = 3.32%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC080D (or 0xDC080D) is known color: Venetian Red. HEX triplet: DC, 08 and 0D. RGB value is (220,8,13). Sum of RGB (Red+Green+Blue) = 220+8+13=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC080D is #23F7F2. Grayscale: #484848. Windows color (decimal): -2357235 or 854236. OLE color: 854236.

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

Color convert

RGB 220 8 13 -
CMYK 0 0.96 0.94 0.14
HSL 358.58º 0.93% 0.45% -
HSV(B) 358.58º 0.96% 0.86% -
XYZ 29.67 15.42 1.79 -
YUV 71.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 220 8 13 0 0.96 0.94 0.14 358.58 0.93 0.45
Hex DC 8 D 0 60 5E E 167 5D 2D
Octal 334 10 15 0 140 136 16 547 135 55
Binary 11011100 1000 1101 0 1100000 1011110 1110 101100111 1011101 101101

Color Harmonies of #DC080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC080D

Black with #DC080D

Text Example


Text Example

White with #DC080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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