Html Css Color HEX #DD5959 Roman

📋 copy color: '#DD5959'

red 221 ◦ green 89 ◦ blue 89

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

Shades of Roman #DD5959

Tints of Roman #DD5959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 55.39%
G = 22.31%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5959 (or 0xDD5959) is known color: Roman. HEX triplet: DD, 59 and 59. RGB value is (221,89,89). Sum of RGB (Red+Green+Blue) = 221+89+89=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5959 is #22A6A6. Grayscale: #808080. Windows color (decimal): -2270887 or 5855709. OLE color: 5855709.

HSL color Cylindrical-coordinate representation of color #DD5959: hue angle of 0º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5959 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 89 -
CMYK 0 0.60 0.60 0.13
HSL 0.66% 0.61% -
HSV(B) 0.6% 0.87% -
XYZ 35.19 23.24 12.08 -
YUV 128.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 221 89 89 0 0.60 0.60 0.13 0 0.66 0.61
Hex DD 59 59 0 3C 3C D 0 42 3D
Octal 335 131 131 0 74 74 15 0 102 75
Binary 11011101 1011001 1011001 0 111100 111100 1101 0 1000010 111101

Color Harmonies of #DD5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5959

Black with #DD5959

Text Example


Text Example

White with #DD5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5959; }

 p { color: rgb(221,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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