Html Css Color HEX #DD0311 Venetian Red

📋 copy color: '#DD0311'

red 221 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #DD0311

Tints of Venetian Red #DD0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 91.7%
G = 1.24%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0311 (or 0xDD0311) is known color: Venetian Red. HEX triplet: DD, 03 and 11. RGB value is (221,3,17). Sum of RGB (Red+Green+Blue) = 221+3+17=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0311 is #22FCEE. Grayscale: #454545. Windows color (decimal): -2292975 or 1115101. OLE color: 1115101.

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

Color convert

RGB 221 3 17 -
CMYK 0 0.99 0.92 0.13
HSL 356.15º 0.97% 0.44% -
HSV(B) 356.15º 0.99% 0.87% -
XYZ 29.95 15.48 1.94 -
YUV 69.78 98.22 235.86 -
System Red Green Blue C M Y K H S L
Decimal 221 3 17 0 0.99 0.92 0.13 356.15 0.97 0.44
Hex DD 3 11 0 63 5C D 164 61 2C
Octal 335 3 21 0 143 134 15 544 141 54
Binary 11011101 11 10001 0 1100011 1011100 1101 101100100 1100001 101100

Color Harmonies of #DD0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0311

Black with #DD0311

Text Example


Text Example

White with #DD0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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