Html Css Color HEX #DD573D Dark Coral

📋 copy color: '#DD573D'

red 221 ◦ green 87 ◦ blue 61

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

Shades of Dark Coral #DD573D

Tints of Dark Coral #DD573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

 BLUE value IS 61 (24.22% from 255) = 16.53%

R = 59.89%
G = 23.58%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD573D (or 0xDD573D) is known color: Dark Coral. HEX triplet: DD, 57 and 3D. RGB value is (221,87,61). Sum of RGB (Red+Green+Blue) = 221+87+61=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD573D is #22A8C2. Grayscale: #7C7C7C. Windows color (decimal): -2271427 or 4020189. OLE color: 4020189.

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

Color convert

RGB 221 87 61 -
CMYK 0 0.61 0.72 0.13
HSL 9.75º 0.7% 0.55% -
HSV(B) 9.75º 0.72% 0.87% -
XYZ 34.07 22.53 6.97 -
YUV 124.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 221 87 61 0 0.61 0.72 0.13 9.75 0.7 0.55
Hex DD 57 3D 0 3D 48 D A 46 37
Octal 335 127 75 0 75 110 15 12 106 67
Binary 11011101 1010111 111101 0 111101 1001000 1101 1010 1000110 110111

Color Harmonies of #DD573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD573D

Black with #DD573D

Text Example


Text Example

White with #DD573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD573D; }

 p { color: rgb(221,87,61); }

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

background-color css

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

 a { background-color: rgb(221,87,61); }

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

border-color css

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

 span { border-color: rgb(221,87,61); }

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