Html Css Color HEX #DD0813 Venetian Red

📋 copy color: '#DD0813'

red 221 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #DD0813

Tints of Venetian Red #DD0813

RGB

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

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

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

R = 89.11%
G = 3.23%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0813 (or 0xDD0813) is known color: Venetian Red. HEX triplet: DD, 08 and 13. RGB value is (221,8,19). Sum of RGB (Red+Green+Blue) = 221+8+19=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0813 is #22F7EC. Grayscale: #494949. Windows color (decimal): -2291693 or 1247453. OLE color: 1247453.

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

Color convert

RGB 221 8 19 -
CMYK 0 0.96 0.91 0.13
HSL 356.9º 0.93% 0.45% -
HSV(B) 356.9º 0.96% 0.87% -
XYZ 30.02 15.59 2.04 -
YUV 72.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 221 8 19 0 0.96 0.91 0.13 356.9 0.93 0.45
Hex DD 8 13 0 60 5B D 165 5D 2D
Octal 335 10 23 0 140 133 15 545 135 55
Binary 11011101 1000 10011 0 1100000 1011011 1101 101100101 1011101 101101

Color Harmonies of #DD0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0813

Black with #DD0813

Text Example


Text Example

White with #DD0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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