Html Css Color HEX #DD0112 Venetian Red

📋 copy color: '#DD0112'

red 221 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #DD0112

Tints of Venetian Red #DD0112

RGB

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

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

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

R = 92.08%
G = 0.42%
B = 7.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0112 (or 0xDD0112) is known color: Venetian Red. HEX triplet: DD, 01 and 12. RGB value is (221,1,18). Sum of RGB (Red+Green+Blue) = 221+1+18=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0112 is #22FEED. Grayscale: #444444. Windows color (decimal): -2293486 or 1180125. OLE color: 1180125.

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

Color convert

RGB 221 1 18 -
CMYK 0 1.00 0.92 0.13
HSL 355.36º 0.99% 0.44% -
HSV(B) 355.36º 1% 0.87% -
XYZ 29.94 15.44 1.97 -
YUV 68.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 221 1 18 0 1.00 0.92 0.13 355.36 0.99 0.44
Hex DD 1 12 0 64 5C D 163 63 2C
Octal 335 1 22 0 144 134 15 543 143 54
Binary 11011101 1 10010 0 1100100 1011100 1101 101100011 1100011 101100

Color Harmonies of #DD0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0112

Black with #DD0112

Text Example


Text Example

White with #DD0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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