Html Css Color HEX #DD0718 Venetian Red

📋 copy color: '#DD0718'

red 221 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #DD0718

Tints of Venetian Red #DD0718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 87.7%
G = 2.78%
B = 9.52%

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

#DD0718 (or 0xDD0718) is known color: Venetian Red. HEX triplet: DD, 07 and 18. RGB value is (221,7,24). Sum of RGB (Red+Green+Blue) = 221+7+24=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0718 is #22F8E7. Grayscale: #494949. Windows color (decimal): -2291944 or 1574877. OLE color: 1574877.

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

Color convert

RGB 221 7 24 -
CMYK 0 0.97 0.89 0.13
HSL 355.23º 0.94% 0.45% -
HSV(B) 355.23º 0.97% 0.87% -
XYZ 30.06 15.59 2.29 -
YUV 72.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 221 7 24 0 0.97 0.89 0.13 355.23 0.94 0.45
Hex DD 7 18 0 61 59 D 163 5E 2D
Octal 335 7 30 0 141 131 15 543 136 55
Binary 11011101 111 11000 0 1100001 1011001 1101 101100011 1011110 101101

Color Harmonies of #DD0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0718

Black with #DD0718

Text Example


Text Example

White with #DD0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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