Html Css Color HEX #DF553C Dark Coral

📋 copy color: '#DF553C'

red 223 ◦ green 85 ◦ blue 60

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

Shades of Dark Coral #DF553C

Tints of Dark Coral #DF553C

RGB

 RED value IS 223 (87.5% from 255) = 60.6%

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

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

R = 60.6%
G = 23.1%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF553C (or 0xDF553C) is known color: Dark Coral. HEX triplet: DF, 55 and 3C. RGB value is (223,85,60). Sum of RGB (Red+Green+Blue) = 223+85+60=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF553C is #20AAC3. Grayscale: #7B7B7B. Windows color (decimal): -2140868 or 3954143. OLE color: 3954143.

HSL color Cylindrical-coordinate representation of color #DF553C: hue angle of 9.2º degrees, saturation: 0.72, 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 #DF553C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 60 -
CMYK 0 0.62 0.73 0.13
HSL 9.2º 0.72% 0.55% -
HSV(B) 9.2º 0.73% 0.87% -
XYZ 34.5 22.51 6.8 -
YUV 123.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 223 85 60 0 0.62 0.73 0.13 9.2 0.72 0.55
Hex DF 55 3C 0 3E 49 D 9 48 37
Octal 337 125 74 0 76 111 15 11 110 67
Binary 11011111 1010101 111100 0 111110 1001001 1101 1001 1001000 110111

Color Harmonies of #DF553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF553C

Black with #DF553C

Text Example


Text Example

White with #DF553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF553C; }

 p { color: rgb(223,85,60); }

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

background-color css

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

 a { background-color: rgb(223,85,60); }

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

border-color css

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

 span { border-color: rgb(223,85,60); }

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