Html Css Color HEX #DD0217 Venetian Red

📋 copy color: '#DD0217'

red 221 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #DD0217

Tints of Venetian Red #DD0217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 89.84%
G = 0.81%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0217 (or 0xDD0217) is known color: Venetian Red. HEX triplet: DD, 02 and 17. RGB value is (221,2,23). Sum of RGB (Red+Green+Blue) = 221+2+23=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0217 is #22FDE8. Grayscale: #464646. Windows color (decimal): -2293225 or 1508061. OLE color: 1508061.

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

Color convert

RGB 221 2 23 -
CMYK 0 0.99 0.90 0.13
HSL 354.25º 0.98% 0.44% -
HSV(B) 354.25º 0.99% 0.87% -
XYZ 30 15.48 2.22 -
YUV 69.88 101.55 235.79 -
System Red Green Blue C M Y K H S L
Decimal 221 2 23 0 0.99 0.90 0.13 354.25 0.98 0.44
Hex DD 2 17 0 63 5A D 162 62 2C
Octal 335 2 27 0 143 132 15 542 142 54
Binary 11011101 10 10111 0 1100011 1011010 1101 101100010 1100010 101100

Color Harmonies of #DD0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0217

Black with #DD0217

Text Example


Text Example

White with #DD0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0217; }

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

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

background-color css

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

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

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

border-color css

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

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

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