Html Css Color HEX #DD0713 Venetian Red

📋 copy color: '#DD0713'

red 221 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #DD0713

Tints of Venetian Red #DD0713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 89.47%
G = 2.83%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD0713 (or 0xDD0713) is known color: Venetian Red. HEX triplet: DD, 07 and 13. RGB value is (221,7,19). Sum of RGB (Red+Green+Blue) = 221+7+19=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0713 is #22F8EC. Grayscale: #484848. Windows color (decimal): -2291949 or 1247197. OLE color: 1247197.

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

Color convert

RGB 221 7 19 -
CMYK 0 0.97 0.91 0.13
HSL 356.64º 0.94% 0.45% -
HSV(B) 356.64º 0.97% 0.87% -
XYZ 30.01 15.57 2.04 -
YUV 72.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 221 7 19 0 0.97 0.91 0.13 356.64 0.94 0.45
Hex DD 7 13 0 61 5B D 165 5E 2D
Octal 335 7 23 0 141 133 15 545 136 55
Binary 11011101 111 10011 0 1100001 1011011 1101 101100101 1011110 101101

Color Harmonies of #DD0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0713

Black with #DD0713

Text Example


Text Example

White with #DD0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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