Html Css Color HEX #DC5841 Dark Coral

📋 copy color: '#DC5841'

red 220 ◦ green 88 ◦ blue 65

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

Shades of Dark Coral #DC5841

Tints of Dark Coral #DC5841

RGB

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

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

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

R = 58.98%
G = 23.59%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC5841 (or 0xDC5841) is known color: Dark Coral. HEX triplet: DC, 58 and 41. RGB value is (220,88,65). Sum of RGB (Red+Green+Blue) = 220+88+65=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5841 is #23A7BE. Grayscale: #7D7D7D. Windows color (decimal): -2336703 or 4282588. OLE color: 4282588.

HSL color Cylindrical-coordinate representation of color #DC5841: hue angle of 8.9º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5841 is Cyan = 0, Magento = 0.6, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 65 -
CMYK 0 0.6 0.70 0.14
HSL 8.9º 0.69% 0.56% -
HSV(B) 8.9º 0.7% 0.86% -
XYZ 33.96 22.58 7.57 -
YUV 124.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 220 88 65 0 0.6 0.70 0.14 8.9 0.69 0.56
Hex DC 58 41 0 3C 46 E 9 45 38
Octal 334 130 101 0 74 106 16 11 105 70
Binary 11011100 1011000 1000001 0 111100 1000110 1110 1001 1000101 111000

Color Harmonies of #DC5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5841

Black with #DC5841

Text Example


Text Example

White with #DC5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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