Html Css Color HEX #DD0814 Venetian Red

📋 copy color: '#DD0814'

red 221 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #DD0814

Tints of Venetian Red #DD0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 88.76%
G = 3.21%
B = 8.03%

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

#DD0814 (or 0xDD0814) is known color: Venetian Red. HEX triplet: DD, 08 and 14. RGB value is (221,8,20). Sum of RGB (Red+Green+Blue) = 221+8+20=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0814 is #22F7EB. Grayscale: #494949. Windows color (decimal): -2291692 or 1312989. OLE color: 1312989.

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

Color convert

RGB 221 8 20 -
CMYK 0 0.96 0.91 0.13
HSL 356.62º 0.93% 0.45% -
HSV(B) 356.62º 0.96% 0.87% -
XYZ 30.03 15.6 2.09 -
YUV 73.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 221 8 20 0 0.96 0.91 0.13 356.62 0.93 0.45
Hex DD 8 14 0 60 5B D 165 5D 2D
Octal 335 10 24 0 140 133 15 545 135 55
Binary 11011101 1000 10100 0 1100000 1011011 1101 101100101 1011101 101101

Color Harmonies of #DD0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0814

Black with #DD0814

Text Example


Text Example

White with #DD0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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