Html Css Color HEX #CE553A Dark Coral

📋 copy color: '#CE553A'

red 206 ◦ green 85 ◦ blue 58

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

Shades of Dark Coral #CE553A

Tints of Dark Coral #CE553A

RGB

 RED value IS 206 (80.86% from 255) = 59.03%

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 59.03%
G = 24.36%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE553A (or 0xCE553A) is known color: Dark Coral. HEX triplet: CE, 55 and 3A. RGB value is (206,85,58). Sum of RGB (Red+Green+Blue) = 206+85+58=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE553A is #31AAC5. Grayscale: #767676. Windows color (decimal): -3254982 or 3823054. OLE color: 3823054.

HSL color Cylindrical-coordinate representation of color #CE553A: hue angle of 10.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE553A is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 58 -
CMYK 0 0.59 0.72 0.19
HSL 10.95º 0.6% 0.52% -
HSV(B) 10.95º 0.72% 0.81% -
XYZ 29.47 19.92 6.3 -
YUV 118.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 206 85 58 0 0.59 0.72 0.19 10.95 0.6 0.52
Hex CE 55 3A 0 3B 48 13 B 3C 34
Octal 316 125 72 0 73 110 23 13 74 64
Binary 11001110 1010101 111010 0 111011 1001000 10011 1011 111100 110100

Color Harmonies of #CE553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE553A

Black with #CE553A

Text Example


Text Example

White with #CE553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE553A; }

 p { color: rgb(206,85,58); }

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

background-color css

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

 a { background-color: rgb(206,85,58); }

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

border-color css

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

 span { border-color: rgb(206,85,58); }

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