Html Css Color HEX #DD0817 Venetian Red

📋 copy color: '#DD0817'

red 221 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #DD0817

Tints of Venetian Red #DD0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 87.7%
G = 3.17%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0817 (or 0xDD0817) is known color: Venetian Red. HEX triplet: DD, 08 and 17. RGB value is (221,8,23). Sum of RGB (Red+Green+Blue) = 221+8+23=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0817 is #22F7E8. Grayscale: #494949. Windows color (decimal): -2291689 or 1509597. OLE color: 1509597.

HSL color Cylindrical-coordinate representation of color #DD0817: hue angle of 355.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0817 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 23 -
CMYK 0 0.96 0.90 0.13
HSL 355.77º 0.93% 0.45% -
HSV(B) 355.77º 0.96% 0.87% -
XYZ 30.06 15.61 2.24 -
YUV 73.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 221 8 23 0 0.96 0.90 0.13 355.77 0.93 0.45
Hex DD 8 17 0 60 5A D 164 5D 2D
Octal 335 10 27 0 140 132 15 544 135 55
Binary 11011101 1000 10111 0 1100000 1011010 1101 101100100 1011101 101101

Color Harmonies of #DD0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0817

Black with #DD0817

Text Example


Text Example

White with #DD0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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