Html Css Color HEX #DD5A40 Dark Coral

📋 copy color: '#DD5A40'

red 221 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #DD5A40

Tints of Dark Coral #DD5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 58.93%
G = 24%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5A40 (or 0xDD5A40) is known color: Dark Coral. HEX triplet: DD, 5A and 40. RGB value is (221,90,64). Sum of RGB (Red+Green+Blue) = 221+90+64=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A40 is #22A5BF. Grayscale: #7E7E7E. Windows color (decimal): -2270656 or 4217565. OLE color: 4217565.

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

Color convert

RGB 221 90 64 -
CMYK 0 0.59 0.71 0.13
HSL 9.94º 0.7% 0.56% -
HSV(B) 9.94º 0.71% 0.87% -
XYZ 34.4 23.05 7.49 -
YUV 126.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 221 90 64 0 0.59 0.71 0.13 9.94 0.7 0.56
Hex DD 5A 40 0 3B 47 D A 46 38
Octal 335 132 100 0 73 107 15 12 106 70
Binary 11011101 1011010 1000000 0 111011 1000111 1101 1010 1000110 111000

Color Harmonies of #DD5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A40

Black with #DD5A40

Text Example


Text Example

White with #DD5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A40; }

 p { color: rgb(221,90,64); }

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

background-color css

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

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

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

border-color css

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

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

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