Html Css Color HEX #DD0812 Venetian Red

📋 copy color: '#DD0812'

red 221 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #DD0812

Tints of Venetian Red #DD0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 89.47%
G = 3.24%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0812 (or 0xDD0812) is known color: Venetian Red. HEX triplet: DD, 08 and 12. RGB value is (221,8,18). Sum of RGB (Red+Green+Blue) = 221+8+18=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0812 is #22F7ED. Grayscale: #494949. Windows color (decimal): -2291694 or 1181917. OLE color: 1181917.

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

Color convert

RGB 221 8 18 -
CMYK 0 0.96 0.92 0.13
HSL 357.18º 0.93% 0.45% -
HSV(B) 357.18º 0.96% 0.87% -
XYZ 30.01 15.59 2 -
YUV 72.83 97.07 233.69 -
System Red Green Blue C M Y K H S L
Decimal 221 8 18 0 0.96 0.92 0.13 357.18 0.93 0.45
Hex DD 8 12 0 60 5C D 165 5D 2D
Octal 335 10 22 0 140 134 15 545 135 55
Binary 11011101 1000 10010 0 1100000 1011100 1101 101100101 1011101 101101

Color Harmonies of #DD0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0812

Black with #DD0812

Text Example


Text Example

White with #DD0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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