Html Css Color HEX #DD0511 Venetian Red

📋 copy color: '#DD0511'

red 221 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #DD0511

Tints of Venetian Red #DD0511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 90.95%
G = 2.06%
B = 7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0511 (or 0xDD0511) is known color: Venetian Red. HEX triplet: DD, 05 and 11. RGB value is (221,5,17). Sum of RGB (Red+Green+Blue) = 221+5+17=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0511 is #22FAEE. Grayscale: #474747. Windows color (decimal): -2292463 or 1115613. OLE color: 1115613.

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

Color convert

RGB 221 5 17 -
CMYK 0 0.98 0.92 0.13
HSL 356.67º 0.96% 0.44% -
HSV(B) 356.67º 0.98% 0.87% -
XYZ 29.97 15.52 1.95 -
YUV 70.95 97.56 235.02 -
System Red Green Blue C M Y K H S L
Decimal 221 5 17 0 0.98 0.92 0.13 356.67 0.96 0.44
Hex DD 5 11 0 62 5C D 165 60 2C
Octal 335 5 21 0 142 134 15 545 140 54
Binary 11011101 101 10001 0 1100010 1011100 1101 101100101 1100000 101100

Color Harmonies of #DD0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0511

Black with #DD0511

Text Example


Text Example

White with #DD0511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0511; }

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

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

background-color css

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

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

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

border-color css

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

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

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