Html Css Color HEX #DD0710 Venetian Red

📋 copy color: '#DD0710'

red 221 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #DD0710

Tints of Venetian Red #DD0710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 90.57%
G = 2.87%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD0710 (or 0xDD0710) is known color: Venetian Red. HEX triplet: DD, 07 and 10. RGB value is (221,7,16). Sum of RGB (Red+Green+Blue) = 221+7+16=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0710 is #22F8EF. Grayscale: #484848. Windows color (decimal): -2291952 or 1050589. OLE color: 1050589.

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

Color convert

RGB 221 7 16 -
CMYK 0 0.97 0.93 0.13
HSL 357.48º 0.94% 0.45% -
HSV(B) 357.48º 0.97% 0.87% -
XYZ 29.99 15.56 1.91 -
YUV 72.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 221 7 16 0 0.97 0.93 0.13 357.48 0.94 0.45
Hex DD 7 10 0 61 5D D 165 5E 2D
Octal 335 7 20 0 141 135 15 545 136 55
Binary 11011101 111 10000 0 1100001 1011101 1101 101100101 1011110 101101

Color Harmonies of #DD0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0710

Black with #DD0710

Text Example


Text Example

White with #DD0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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