Html Css Color HEX #DE553C Dark Coral

📋 copy color: '#DE553C'

red 222 ◦ green 85 ◦ blue 60

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

Shades of Dark Coral #DE553C

Tints of Dark Coral #DE553C

RGB

 RED value IS 222 (87.11% from 255) = 60.49%

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

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

R = 60.49%
G = 23.16%
B = 16.35%

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

#DE553C (or 0xDE553C) is known color: Dark Coral. HEX triplet: DE, 55 and 3C. RGB value is (222,85,60). Sum of RGB (Red+Green+Blue) = 222+85+60=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE553C is #21AAC3. Grayscale: #7B7B7B. Windows color (decimal): -2206404 or 3954142. OLE color: 3954142.

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

Color convert

RGB 222 85 60 -
CMYK 0 0.62 0.73 0.13
HSL 9.26º 0.71% 0.55% -
HSV(B) 9.26º 0.73% 0.87% -
XYZ 34.19 22.35 6.79 -
YUV 123.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 222 85 60 0 0.62 0.73 0.13 9.26 0.71 0.55
Hex DE 55 3C 0 3E 49 D 9 47 37
Octal 336 125 74 0 76 111 15 11 107 67
Binary 11011110 1010101 111100 0 111110 1001001 1101 1001 1000111 110111

Color Harmonies of #DE553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE553C

Black with #DE553C

Text Example


Text Example

White with #DE553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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