Html Css Color HEX #DD5E5B Roman

📋 copy color: '#DD5E5B'

red 221 ◦ green 94 ◦ blue 91

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

Shades of Roman #DD5E5B

Tints of Roman #DD5E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 91 (35.94% from 255) = 22.41%

R = 54.43%
G = 23.15%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD5E5B (or 0xDD5E5B) is known color: Roman. HEX triplet: DD, 5E and 5B. RGB value is (221,94,91). Sum of RGB (Red+Green+Blue) = 221+94+91=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E5B is #22A1A4. Grayscale: #838383. Windows color (decimal): -2269605 or 5988061. OLE color: 5988061.

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

Color convert

RGB 221 94 91 -
CMYK 0 0.57 0.59 0.13
HSL 1.38º 0.66% 0.61% -
HSV(B) 1.38º 0.59% 0.87% -
XYZ 35.71 24.13 12.67 -
YUV 131.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 221 94 91 0 0.57 0.59 0.13 1.38 0.66 0.61
Hex DD 5E 5B 0 39 3B D 1 42 3D
Octal 335 136 133 0 71 73 15 1 102 75
Binary 11011101 1011110 1011011 0 111001 111011 1101 1 1000010 111101

Color Harmonies of #DD5E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E5B

Black with #DD5E5B

Text Example


Text Example

White with #DD5E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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