Html Css Color HEX #DC010D Venetian Red

📋 copy color: '#DC010D'

red 220 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #DC010D

Tints of Venetian Red #DC010D

RGB

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

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

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

R = 94.02%
G = 0.43%
B = 5.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC010D (or 0xDC010D) is known color: Venetian Red. HEX triplet: DC, 01 and 0D. RGB value is (220,1,13). Sum of RGB (Red+Green+Blue) = 220+1+13=234 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.02% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 220 - color contains mainly: red. Hex color #DC010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC010D is #23FEF2. Grayscale: #444444. Windows color (decimal): -2359027 or 852444. OLE color: 852444.

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

Color convert

RGB 220 1 13 -
CMYK 0 1.00 0.94 0.14
HSL 356.71º 0.99% 0.43% -
HSV(B) 356.71º 1% 0.86% -
XYZ 29.6 15.27 1.77 -
YUV 67.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 220 1 13 0 1.00 0.94 0.14 356.71 0.99 0.43
Hex DC 1 D 0 64 5E E 165 63 2B
Octal 334 1 15 0 144 136 16 545 143 53
Binary 11011100 1 1101 0 1100100 1011110 1110 101100101 1100011 101011

Color Harmonies of #DC010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC010D

Black with #DC010D

Text Example


Text Example

White with #DC010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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