Html Css Color HEX #DD0012 Venetian Red

📋 copy color: '#DD0012'

red 221 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #DD0012

Tints of Venetian Red #DD0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.47%
G = 0%
B = 7.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0012 (or 0xDD0012) is known color: Venetian Red. HEX triplet: DD, 00 and 12. RGB value is (221,0,18). Sum of RGB (Red+Green+Blue) = 221+0+18=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0012 is #22FFED. Grayscale: #444444. Windows color (decimal): -2293742 or 1179869. OLE color: 1179869.

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

Color convert

RGB 221 0 18 -
CMYK 0 1 0.92 0.13
HSL 355.11º 1% 0.43% -
HSV(B) 355.11º 1% 0.87% -
XYZ 29.93 15.42 1.97 -
YUV 68.13 99.72 237.04 -
System Red Green Blue C M Y K H S L
Decimal 221 0 18 0 1 0.92 0.13 355.11 1 0.43
Hex DD 0 12 0 64 5C D 163 64 2B
Octal 335 0 22 0 144 134 15 543 144 53
Binary 11011101 0 10010 0 1100100 1011100 1101 101100011 1100100 101011

Color Harmonies of #DD0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0012

Black with #DD0012

Text Example


Text Example

White with #DD0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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