Html Css Color HEX #DD0219 Venetian Red

📋 copy color: '#DD0219'

red 221 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #DD0219

Tints of Venetian Red #DD0219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 89.11%
G = 0.81%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD0219 (or 0xDD0219) is known color: Venetian Red. HEX triplet: DD, 02 and 19. RGB value is (221,2,25). Sum of RGB (Red+Green+Blue) = 221+2+25=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0219 is #22FDE6. Grayscale: #464646. Windows color (decimal): -2293223 or 1639133. OLE color: 1639133.

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

Color convert

RGB 221 2 25 -
CMYK 0 0.99 0.89 0.13
HSL 353.7º 0.98% 0.44% -
HSV(B) 353.7º 0.99% 0.87% -
XYZ 30.02 15.49 2.33 -
YUV 70.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 221 2 25 0 0.99 0.89 0.13 353.7 0.98 0.44
Hex DD 2 19 0 63 59 D 162 62 2C
Octal 335 2 31 0 143 131 15 542 142 54
Binary 11011101 10 11001 0 1100011 1011001 1101 101100010 1100010 101100

Color Harmonies of #DD0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0219

Black with #DD0219

Text Example


Text Example

White with #DD0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0219; }

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

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

background-color css

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

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

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

border-color css

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

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

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