Html Css Color HEX #DD0712 Venetian Red

📋 copy color: '#DD0712'

red 221 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #DD0712

Tints of Venetian Red #DD0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 89.84%
G = 2.85%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD0712 (or 0xDD0712) is known color: Venetian Red. HEX triplet: DD, 07 and 12. RGB value is (221,7,18). Sum of RGB (Red+Green+Blue) = 221+7+18=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0712 is #22F8ED. Grayscale: #484848. Windows color (decimal): -2291950 or 1181661. OLE color: 1181661.

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

Color convert

RGB 221 7 18 -
CMYK 0 0.97 0.92 0.13
HSL 356.92º 0.94% 0.45% -
HSV(B) 356.92º 0.97% 0.87% -
XYZ 30 15.57 2 -
YUV 72.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 221 7 18 0 0.97 0.92 0.13 356.92 0.94 0.45
Hex DD 7 12 0 61 5C D 165 5E 2D
Octal 335 7 22 0 141 134 15 545 136 55
Binary 11011101 111 10010 0 1100001 1011100 1101 101100101 1011110 101101

Color Harmonies of #DD0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0712

Black with #DD0712

Text Example


Text Example

White with #DD0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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