Html Css Color HEX #DD0209 Venetian Red

📋 copy color: '#DD0209'

red 221 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #DD0209

Tints of Venetian Red #DD0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 95.26%
G = 0.86%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0209 (or 0xDD0209) is known color: Venetian Red. HEX triplet: DD, 02 and 09. RGB value is (221,2,9). Sum of RGB (Red+Green+Blue) = 221+2+9=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0209 is #22FDF6. Grayscale: #444444. Windows color (decimal): -2293239 or 590557. OLE color: 590557.

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

Color convert

RGB 221 2 9 -
CMYK 0 0.99 0.96 0.13
HSL 358.08º 0.98% 0.44% -
HSV(B) 358.08º 0.99% 0.87% -
XYZ 29.89 15.44 1.66 -
YUV 68.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 221 2 9 0 0.99 0.96 0.13 358.08 0.98 0.44
Hex DD 2 9 0 63 60 D 166 62 2C
Octal 335 2 11 0 143 140 15 546 142 54
Binary 11011101 10 1001 0 1100011 1100000 1101 101100110 1100010 101100

Color Harmonies of #DD0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0209

Black with #DD0209

Text Example


Text Example

White with #DD0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0209; }

 p { color: rgb(221,2,9); }

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

background-color css

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

 a { background-color: rgb(221,2,9); }

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

border-color css

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

 span { border-color: rgb(221,2,9); }

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