Html Css Color HEX #DD5F5E Roman

📋 copy color: '#DD5F5E'

red 221 ◦ green 95 ◦ blue 94

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

Shades of Roman #DD5F5E

Tints of Roman #DD5F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 53.9%
G = 23.17%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5F5E (or 0xDD5F5E) is known color: Roman. HEX triplet: DD, 5F and 5E. RGB value is (221,95,94). Sum of RGB (Red+Green+Blue) = 221+95+94=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F5E is #22A0A1. Grayscale: #848484. Windows color (decimal): -2269346 or 6184925. OLE color: 6184925.

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

Color convert

RGB 221 95 94 -
CMYK 0 0.57 0.57 0.13
HSL 0.47º 0.65% 0.62% -
HSV(B) 0.47º 0.57% 0.87% -
XYZ 35.93 24.36 13.4 -
YUV 132.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 221 95 94 0 0.57 0.57 0.13 0.47 0.65 0.62
Hex DD 5F 5E 0 39 39 D 0 41 3E
Octal 335 137 136 0 71 71 15 0 101 76
Binary 11011101 1011111 1011110 0 111001 111001 1101 0 1000001 111110

Color Harmonies of #DD5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F5E

Black with #DD5F5E

Text Example


Text Example

White with #DD5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F5E; }

 p { color: rgb(221,95,94); }

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

background-color css

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

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

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

border-color css

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

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

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