Html Css Color HEX #DD0109 Venetian Red

📋 copy color: '#DD0109'

red 221 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #DD0109

Tints of Venetian Red #DD0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 95.67%
G = 0.43%
B = 3.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0109 (or 0xDD0109) is known color: Venetian Red. HEX triplet: DD, 01 and 09. RGB value is (221,1,9). Sum of RGB (Red+Green+Blue) = 221+1+9=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0109 is #22FEF6. Grayscale: #434343. Windows color (decimal): -2293495 or 590301. OLE color: 590301.

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

Color convert

RGB 221 1 9 -
CMYK 0 1.00 0.96 0.13
HSL 357.82º 0.99% 0.44% -
HSV(B) 357.82º 1% 0.87% -
XYZ 29.88 15.41 1.66 -
YUV 67.69 94.89 237.35 -
System Red Green Blue C M Y K H S L
Decimal 221 1 9 0 1.00 0.96 0.13 357.82 0.99 0.44
Hex DD 1 9 0 64 60 D 166 63 2C
Octal 335 1 11 0 144 140 15 546 143 54
Binary 11011101 1 1001 0 1100100 1100000 1101 101100110 1100011 101100

Color Harmonies of #DD0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0109

Black with #DD0109

Text Example


Text Example

White with #DD0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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