Html Css Color HEX #DD0D11 Venetian Red

📋 copy color: '#DD0D11'

red 221 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #DD0D11

Tints of Venetian Red #DD0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.18%

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

R = 88.05%
G = 5.18%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0D11 (or 0xDD0D11) is known color: Venetian Red. HEX triplet: DD, 0D and 11. RGB value is (221,13,17). Sum of RGB (Red+Green+Blue) = 221+13+17=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D11 is #22F2EE. Grayscale: #4B4B4B. Windows color (decimal): -2290415 or 1117661. OLE color: 1117661.

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

Color convert

RGB 221 13 17 -
CMYK 0 0.94 0.92 0.13
HSL 358.85º 0.89% 0.46% -
HSV(B) 358.85º 0.94% 0.87% -
XYZ 30.06 15.7 1.98 -
YUV 75.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 221 13 17 0 0.94 0.92 0.13 358.85 0.89 0.46
Hex DD D 11 0 5E 5C D 167 59 2E
Octal 335 15 21 0 136 134 15 547 131 56
Binary 11011101 1101 10001 0 1011110 1011100 1101 101100111 1011001 101110

Color Harmonies of #DD0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D11

Black with #DD0D11

Text Example


Text Example

White with #DD0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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