Html Css Color HEX #DC573E Dark Coral

📋 copy color: '#DC573E'

red 220 ◦ green 87 ◦ blue 62

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

Shades of Dark Coral #DC573E

Tints of Dark Coral #DC573E

RGB

 RED value IS 220 (86.33% from 255) = 59.62%

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

 BLUE value IS 62 (24.61% from 255) = 16.8%

R = 59.62%
G = 23.58%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC573E (or 0xDC573E) is known color: Dark Coral. HEX triplet: DC, 57 and 3E. RGB value is (220,87,62). Sum of RGB (Red+Green+Blue) = 220+87+62=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC573E is #23A8C1. Grayscale: #7C7C7C. Windows color (decimal): -2336962 or 4085724. OLE color: 4085724.

HSL color Cylindrical-coordinate representation of color #DC573E: hue angle of 9.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC573E is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 62 -
CMYK 0 0.60 0.72 0.14
HSL 9.49º 0.69% 0.55% -
HSV(B) 9.49º 0.72% 0.86% -
XYZ 33.79 22.38 7.1 -
YUV 123.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 220 87 62 0 0.60 0.72 0.14 9.49 0.69 0.55
Hex DC 57 3E 0 3C 48 E 9 45 37
Octal 334 127 76 0 74 110 16 11 105 67
Binary 11011100 1010111 111110 0 111100 1001000 1110 1001 1000101 110111

Color Harmonies of #DC573E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC573E

Black with #DC573E

Text Example


Text Example

White with #DC573E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC573E; }

 p { color: rgb(220,87,62); }

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

background-color css

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

 a { background-color: rgb(220,87,62); }

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

border-color css

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

 span { border-color: rgb(220,87,62); }

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