Html Css Color HEX #DD573C Dark Coral

📋 copy color: '#DD573C'

red 221 ◦ green 87 ◦ blue 60

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

Shades of Dark Coral #DD573C

Tints of Dark Coral #DD573C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 60.05%
G = 23.64%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD573C (or 0xDD573C) is known color: Dark Coral. HEX triplet: DD, 57 and 3C. RGB value is (221,87,60). Sum of RGB (Red+Green+Blue) = 221+87+60=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD573C is #22A8C3. Grayscale: #7C7C7C. Windows color (decimal): -2271428 or 3954653. OLE color: 3954653.

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

Color convert

RGB 221 87 60 -
CMYK 0 0.61 0.73 0.13
HSL 10.06º 0.7% 0.55% -
HSV(B) 10.06º 0.73% 0.87% -
XYZ 34.04 22.51 6.83 -
YUV 123.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 221 87 60 0 0.61 0.73 0.13 10.06 0.7 0.55
Hex DD 57 3C 0 3D 49 D A 46 37
Octal 335 127 74 0 75 111 15 12 106 67
Binary 11011101 1010111 111100 0 111101 1001001 1101 1010 1000110 110111

Color Harmonies of #DD573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD573C

Black with #DD573C

Text Example


Text Example

White with #DD573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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