Html Css Color HEX #DD0011 Venetian Red

📋 copy color: '#DD0011'

red 221 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #DD0011

Tints of Venetian Red #DD0011

RGB

 RED value IS 221 (86.72% from 255) = 92.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 92.86%
G = 0%
B = 7.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0011 (or 0xDD0011) is known color: Venetian Red. HEX triplet: DD, 00 and 11. RGB value is (221,0,17). Sum of RGB (Red+Green+Blue) = 221+0+17=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0011 is #22FFEE. Grayscale: #444444. Windows color (decimal): -2293743 or 1114333. OLE color: 1114333.

HSL color Cylindrical-coordinate representation of color #DD0011: hue angle of 355.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 17 -
CMYK 0 1 0.92 0.13
HSL 355.38º 1% 0.43% -
HSV(B) 355.38º 1% 0.87% -
XYZ 29.92 15.41 1.93 -
YUV 68.02 99.22 237.12 -
System Red Green Blue C M Y K H S L
Decimal 221 0 17 0 1 0.92 0.13 355.38 1 0.43
Hex DD 0 11 0 64 5C D 163 64 2B
Octal 335 0 21 0 144 134 15 543 144 53
Binary 11011101 0 10001 0 1100100 1011100 1101 101100011 1100100 101011

Color Harmonies of #DD0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0011

Black with #DD0011

Text Example


Text Example

White with #DD0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0011; }

 p { color: rgb(221,0,17); }

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

background-color css

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

 a { background-color: rgb(221,0,17); }

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

border-color css

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

 span { border-color: rgb(221,0,17); }

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