Html Css Color HEX #DD5841 Dark Coral

📋 copy color: '#DD5841'

red 221 ◦ green 88 ◦ blue 65

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

Shades of Dark Coral #DD5841

Tints of Dark Coral #DD5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

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

R = 59.09%
G = 23.53%
B = 17.38%

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

#DD5841 (or 0xDD5841) is known color: Dark Coral. HEX triplet: DD, 58 and 41. RGB value is (221,88,65). Sum of RGB (Red+Green+Blue) = 221+88+65=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5841 is #22A7BE. Grayscale: #7D7D7D. Windows color (decimal): -2271167 or 4282589. OLE color: 4282589.

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

Color convert

RGB 221 88 65 -
CMYK 0 0.60 0.71 0.13
HSL 8.85º 0.7% 0.56% -
HSV(B) 8.85º 0.71% 0.87% -
XYZ 34.26 22.73 7.58 -
YUV 125.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 221 88 65 0 0.60 0.71 0.13 8.85 0.7 0.56
Hex DD 58 41 0 3C 47 D 9 46 38
Octal 335 130 101 0 74 107 15 11 106 70
Binary 11011101 1011000 1000001 0 111100 1000111 1101 1001 1000110 111000

Color Harmonies of #DD5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5841

Black with #DD5841

Text Example


Text Example

White with #DD5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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