Html Css Color HEX #DC010B Venetian Red

📋 copy color: '#DC010B'

red 220 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #DC010B

Tints of Venetian Red #DC010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 94.83%
G = 0.43%
B = 4.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC010B (or 0xDC010B) is known color: Venetian Red. HEX triplet: DC, 01 and 0B. RGB value is (220,1,11). Sum of RGB (Red+Green+Blue) = 220+1+11=232 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.83% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 220 - color contains mainly: red. Hex color #DC010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC010B is #23FEF4. Grayscale: #434343. Windows color (decimal): -2359029 or 721372. OLE color: 721372.

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

Color convert

RGB 220 1 11 -
CMYK 0 1.00 0.95 0.14
HSL 357.26º 0.99% 0.43% -
HSV(B) 357.26º 1% 0.86% -
XYZ 29.59 15.26 1.7 -
YUV 67.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 220 1 11 0 1.00 0.95 0.14 357.26 0.99 0.43
Hex DC 1 B 0 64 5F E 165 63 2B
Octal 334 1 13 0 144 137 16 545 143 53
Binary 11011100 1 1011 0 1100100 1011111 1110 101100101 1100011 101011

Color Harmonies of #DC010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC010B

Black with #DC010B

Text Example


Text Example

White with #DC010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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