Html Css Color HEX #DD5941 Dark Coral

📋 copy color: '#DD5941'

red 221 ◦ green 89 ◦ blue 65

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

Shades of Dark Coral #DD5941

Tints of Dark Coral #DD5941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 58.93%
G = 23.73%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5941 (or 0xDD5941) is known color: Dark Coral. HEX triplet: DD, 59 and 41. RGB value is (221,89,65). Sum of RGB (Red+Green+Blue) = 221+89+65=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5941 is #22A6BE. Grayscale: #7D7D7D. Windows color (decimal): -2270911 or 4282845. OLE color: 4282845.

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

Color convert

RGB 221 89 65 -
CMYK 0 0.60 0.71 0.13
HSL 9.23º 0.7% 0.56% -
HSV(B) 9.23º 0.71% 0.87% -
XYZ 34.35 22.9 7.61 -
YUV 125.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 221 89 65 0 0.60 0.71 0.13 9.23 0.7 0.56
Hex DD 59 41 0 3C 47 D 9 46 38
Octal 335 131 101 0 74 107 15 11 106 70
Binary 11011101 1011001 1000001 0 111100 1000111 1101 1001 1000110 111000

Color Harmonies of #DD5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5941

Black with #DD5941

Text Example


Text Example

White with #DD5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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