Html Css Color HEX #DD0412 Venetian Red

📋 copy color: '#DD0412'

red 221 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #DD0412

Tints of Venetian Red #DD0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 90.95%
G = 1.65%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0412 (or 0xDD0412) is known color: Venetian Red. HEX triplet: DD, 04 and 12. RGB value is (221,4,18). Sum of RGB (Red+Green+Blue) = 221+4+18=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0412 is #22FBED. Grayscale: #464646. Windows color (decimal): -2292718 or 1180893. OLE color: 1180893.

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

Color convert

RGB 221 4 18 -
CMYK 0 0.98 0.92 0.13
HSL 356.13º 0.96% 0.44% -
HSV(B) 356.13º 0.98% 0.87% -
XYZ 29.97 15.5 1.98 -
YUV 70.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 221 4 18 0 0.98 0.92 0.13 356.13 0.96 0.44
Hex DD 4 12 0 62 5C D 164 60 2C
Octal 335 4 22 0 142 134 15 544 140 54
Binary 11011101 100 10010 0 1100010 1011100 1101 101100100 1100000 101100

Color Harmonies of #DD0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0412

Black with #DD0412

Text Example


Text Example

White with #DD0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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