Html Css Color HEX #DD0711 Venetian Red

📋 copy color: '#DD0711'

red 221 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #DD0711

Tints of Venetian Red #DD0711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 90.2%
G = 2.86%
B = 6.94%

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

#DD0711 (or 0xDD0711) is known color: Venetian Red. HEX triplet: DD, 07 and 11. RGB value is (221,7,17). Sum of RGB (Red+Green+Blue) = 221+7+17=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0711 is #22F8EE. Grayscale: #484848. Windows color (decimal): -2291951 or 1116125. OLE color: 1116125.

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

Color convert

RGB 221 7 17 -
CMYK 0 0.97 0.92 0.13
HSL 357.2º 0.94% 0.45% -
HSV(B) 357.2º 0.97% 0.87% -
XYZ 30 15.56 1.95 -
YUV 72.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 221 7 17 0 0.97 0.92 0.13 357.2 0.94 0.45
Hex DD 7 11 0 61 5C D 165 5E 2D
Octal 335 7 21 0 141 134 15 545 136 55
Binary 11011101 111 10001 0 1100001 1011100 1101 101100101 1011110 101101

Color Harmonies of #DD0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0711

Black with #DD0711

Text Example


Text Example

White with #DD0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0711; }

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

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

background-color css

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

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

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

border-color css

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

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

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