Html Css Color HEX #DC583F Dark Coral

📋 copy color: '#DC583F'

red 220 ◦ green 88 ◦ blue 63

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

Shades of Dark Coral #DC583F

Tints of Dark Coral #DC583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 59.3%
G = 23.72%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC583F (or 0xDC583F) is known color: Dark Coral. HEX triplet: DC, 58 and 3F. RGB value is (220,88,63). Sum of RGB (Red+Green+Blue) = 220+88+63=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC583F is #23A7C0. Grayscale: #7C7C7C. Windows color (decimal): -2336705 or 4151516. OLE color: 4151516.

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

Color convert

RGB 220 88 63 -
CMYK 0 0.6 0.71 0.14
HSL 9.55º 0.69% 0.55% -
HSV(B) 9.55º 0.71% 0.86% -
XYZ 33.9 22.55 7.27 -
YUV 124.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 220 88 63 0 0.6 0.71 0.14 9.55 0.69 0.55
Hex DC 58 3F 0 3C 47 E A 45 37
Octal 334 130 77 0 74 107 16 12 105 67
Binary 11011100 1011000 111111 0 111100 1000111 1110 1010 1000101 110111

Color Harmonies of #DC583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC583F

Black with #DC583F

Text Example


Text Example

White with #DC583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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