Html Css Color HEX #DD0914 Venetian Red

📋 copy color: '#DD0914'

red 221 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #DD0914

Tints of Venetian Red #DD0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

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

R = 88.4%
G = 3.6%
B = 8%

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

#DD0914 (or 0xDD0914) is known color: Venetian Red. HEX triplet: DD, 09 and 14. RGB value is (221,9,20). Sum of RGB (Red+Green+Blue) = 221+9+20=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0914 is #22F6EB. Grayscale: #494949. Windows color (decimal): -2291436 or 1313245. OLE color: 1313245.

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

Color convert

RGB 221 9 20 -
CMYK 0 0.96 0.91 0.13
HSL 356.89º 0.92% 0.45% -
HSV(B) 356.89º 0.96% 0.87% -
XYZ 30.04 15.62 2.09 -
YUV 73.64 97.74 233.11 -
System Red Green Blue C M Y K H S L
Decimal 221 9 20 0 0.96 0.91 0.13 356.89 0.92 0.45
Hex DD 9 14 0 60 5B D 165 5C 2D
Octal 335 11 24 0 140 133 15 545 134 55
Binary 11011101 1001 10100 0 1100000 1011011 1101 101100101 1011100 101101

Color Harmonies of #DD0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0914

Black with #DD0914

Text Example


Text Example

White with #DD0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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