Html Css Color HEX #DD0213 Venetian Red

📋 copy color: '#DD0213'

red 221 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #DD0213

Tints of Venetian Red #DD0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 91.32%
G = 0.83%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0213 (or 0xDD0213) is known color: Venetian Red. HEX triplet: DD, 02 and 13. RGB value is (221,2,19). Sum of RGB (Red+Green+Blue) = 221+2+19=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0213 is #22FDEC. Grayscale: #454545. Windows color (decimal): -2293229 or 1245917. OLE color: 1245917.

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

Color convert

RGB 221 2 19 -
CMYK 0 0.99 0.91 0.13
HSL 355.34º 0.98% 0.44% -
HSV(B) 355.34º 0.99% 0.87% -
XYZ 29.96 15.46 2.02 -
YUV 69.42 99.55 236.12 -
System Red Green Blue C M Y K H S L
Decimal 221 2 19 0 0.99 0.91 0.13 355.34 0.98 0.44
Hex DD 2 13 0 63 5B D 163 62 2C
Octal 335 2 23 0 143 133 15 543 142 54
Binary 11011101 10 10011 0 1100011 1011011 1101 101100011 1100010 101100

Color Harmonies of #DD0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0213

Black with #DD0213

Text Example


Text Example

White with #DD0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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