Html Css Color HEX #DD0719 Venetian Red

📋 copy color: '#DD0719'

red 221 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #DD0719

Tints of Venetian Red #DD0719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 87.35%
G = 2.77%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD0719 (or 0xDD0719) is known color: Venetian Red. HEX triplet: DD, 07 and 19. RGB value is (221,7,25). Sum of RGB (Red+Green+Blue) = 221+7+25=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0719 is #22F8E6. Grayscale: #494949. Windows color (decimal): -2291943 or 1640413. OLE color: 1640413.

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

Color convert

RGB 221 7 25 -
CMYK 0 0.97 0.89 0.13
HSL 354.95º 0.94% 0.45% -
HSV(B) 354.95º 0.97% 0.87% -
XYZ 30.07 15.59 2.34 -
YUV 73.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 221 7 25 0 0.97 0.89 0.13 354.95 0.94 0.45
Hex DD 7 19 0 61 59 D 163 5E 2D
Octal 335 7 31 0 141 131 15 543 136 55
Binary 11011101 111 11001 0 1100001 1011001 1101 101100011 1011110 101101

Color Harmonies of #DD0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0719

Black with #DD0719

Text Example


Text Example

White with #DD0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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