Html Css Color HEX #DD0512 Venetian Red

📋 copy color: '#DD0512'

red 221 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #DD0512

Tints of Venetian Red #DD0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 90.57%
G = 2.05%
B = 7.38%

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

#DD0512 (or 0xDD0512) is known color: Venetian Red. HEX triplet: DD, 05 and 12. RGB value is (221,5,18). Sum of RGB (Red+Green+Blue) = 221+5+18=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0512 is #22FAED. Grayscale: #474747. Windows color (decimal): -2292462 or 1181149. OLE color: 1181149.

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

Color convert

RGB 221 5 18 -
CMYK 0 0.98 0.92 0.13
HSL 356.39º 0.96% 0.44% -
HSV(B) 356.39º 0.98% 0.87% -
XYZ 29.98 15.52 1.99 -
YUV 71.07 98.06 234.94 -
System Red Green Blue C M Y K H S L
Decimal 221 5 18 0 0.98 0.92 0.13 356.39 0.96 0.44
Hex DD 5 12 0 62 5C D 164 60 2C
Octal 335 5 22 0 142 134 15 544 140 54
Binary 11011101 101 10010 0 1100010 1011100 1101 101100100 1100000 101100

Color Harmonies of #DD0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0512

Black with #DD0512

Text Example


Text Example

White with #DD0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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