Html Css Color HEX #DC553F Dark Coral

📋 copy color: '#DC553F'

red 220 ◦ green 85 ◦ blue 63

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

Shades of Dark Coral #DC553F

Tints of Dark Coral #DC553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 59.78%
G = 23.1%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC553F (or 0xDC553F) is known color: Dark Coral. HEX triplet: DC, 55 and 3F. RGB value is (220,85,63). Sum of RGB (Red+Green+Blue) = 220+85+63=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC553F is #23AAC0. Grayscale: #7B7B7B. Windows color (decimal): -2337473 or 4150748. OLE color: 4150748.

HSL color Cylindrical-coordinate representation of color #DC553F: hue angle of 8.41º 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 #DC553F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 63 -
CMYK 0 0.61 0.71 0.14
HSL 8.41º 0.69% 0.55% -
HSV(B) 8.41º 0.71% 0.86% -
XYZ 33.66 22.07 7.19 -
YUV 122.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 220 85 63 0 0.61 0.71 0.14 8.41 0.69 0.55
Hex DC 55 3F 0 3D 47 E 8 45 37
Octal 334 125 77 0 75 107 16 10 105 67
Binary 11011100 1010101 111111 0 111101 1000111 1110 1000 1000101 110111

Color Harmonies of #DC553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC553F

Black with #DC553F

Text Example


Text Example

White with #DC553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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