Html Css Color HEX #DD0218 Venetian Red

📋 copy color: '#DD0218'

red 221 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #DD0218

Tints of Venetian Red #DD0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 89.47%
G = 0.81%
B = 9.72%

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

#DD0218 (or 0xDD0218) is known color: Venetian Red. HEX triplet: DD, 02 and 18. RGB value is (221,2,24). Sum of RGB (Red+Green+Blue) = 221+2+24=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0218 is #22FDE7. Grayscale: #464646. Windows color (decimal): -2293224 or 1573597. OLE color: 1573597.

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

Color convert

RGB 221 2 24 -
CMYK 0 0.99 0.89 0.13
HSL 353.97º 0.98% 0.44% -
HSV(B) 353.97º 0.99% 0.87% -
XYZ 30.01 15.48 2.27 -
YUV 69.99 102.05 235.71 -
System Red Green Blue C M Y K H S L
Decimal 221 2 24 0 0.99 0.89 0.13 353.97 0.98 0.44
Hex DD 2 18 0 63 59 D 162 62 2C
Octal 335 2 30 0 143 131 15 542 142 54
Binary 11011101 10 11000 0 1100011 1011001 1101 101100010 1100010 101100

Color Harmonies of #DD0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0218

Black with #DD0218

Text Example


Text Example

White with #DD0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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