Html Css Color HEX #DD0515 Venetian Red

📋 copy color: '#DD0515'

red 221 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #DD0515

Tints of Venetian Red #DD0515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 89.47%
G = 2.02%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0515 (or 0xDD0515) is known color: Venetian Red. HEX triplet: DD, 05 and 15. RGB value is (221,5,21). Sum of RGB (Red+Green+Blue) = 221+5+21=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0515 is #22FAEA. Grayscale: #474747. Windows color (decimal): -2292459 or 1377757. OLE color: 1377757.

HSL color Cylindrical-coordinate representation of color #DD0515: hue angle of 355.56º 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 #DD0515 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 21 -
CMYK 0 0.98 0.90 0.13
HSL 355.56º 0.96% 0.44% -
HSV(B) 355.56º 0.98% 0.87% -
XYZ 30.01 15.53 2.13 -
YUV 71.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 221 5 21 0 0.98 0.90 0.13 355.56 0.96 0.44
Hex DD 5 15 0 62 5A D 164 60 2C
Octal 335 5 25 0 142 132 15 544 140 54
Binary 11011101 101 10101 0 1100010 1011010 1101 101100100 1100000 101100

Color Harmonies of #DD0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0515

Black with #DD0515

Text Example


Text Example

White with #DD0515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0515; }

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

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

background-color css

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

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

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

border-color css

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

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

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