Html Css Color HEX #DD0119 Venetian Red

📋 copy color: '#DD0119'

red 221 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #DD0119

Tints of Venetian Red #DD0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 89.47%
G = 0.4%
B = 10.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD0119 (or 0xDD0119) is known color: Venetian Red. HEX triplet: DD, 01 and 19. RGB value is (221,1,25). Sum of RGB (Red+Green+Blue) = 221+1+25=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0119 is #22FEE6. Grayscale: #454545. Windows color (decimal): -2293479 or 1638877. OLE color: 1638877.

HSL color Cylindrical-coordinate representation of color #DD0119: hue angle of 353.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 25 -
CMYK 0 1.00 0.89 0.13
HSL 353.45º 0.99% 0.44% -
HSV(B) 353.45º 1% 0.87% -
XYZ 30.01 15.46 2.32 -
YUV 69.52 102.89 236.05 -
System Red Green Blue C M Y K H S L
Decimal 221 1 25 0 1.00 0.89 0.13 353.45 0.99 0.44
Hex DD 1 19 0 64 59 D 161 63 2C
Octal 335 1 31 0 144 131 15 541 143 54
Binary 11011101 1 11001 0 1100100 1011001 1101 101100001 1100011 101100

Color Harmonies of #DD0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0119

Black with #DD0119

Text Example


Text Example

White with #DD0119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0119; }

 p { color: rgb(221,1,25); }

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

background-color css

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

 a { background-color: rgb(221,1,25); }

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

border-color css

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

 span { border-color: rgb(221,1,25); }

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