Html Css Color HEX #CE503F Dark Coral

📋 copy color: '#CE503F'

red 206 ◦ green 80 ◦ blue 63

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

Shades of Dark Coral #CE503F

Tints of Dark Coral #CE503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 59.03%
G = 22.92%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE503F (or 0xCE503F) is known color: Dark Coral. HEX triplet: CE, 50 and 3F. RGB value is (206,80,63). Sum of RGB (Red+Green+Blue) = 206+80+63=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE503F is #31AFC0. Grayscale: #737373. Windows color (decimal): -3256257 or 4149454. OLE color: 4149454.

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

Color convert

RGB 206 80 63 -
CMYK 0 0.61 0.69 0.19
HSL 7.13º 0.59% 0.53% -
HSV(B) 7.13º 0.69% 0.81% -
XYZ 29.22 19.22 6.87 -
YUV 115.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 206 80 63 0 0.61 0.69 0.19 7.13 0.59 0.53
Hex CE 50 3F 0 3D 45 13 7 3B 35
Octal 316 120 77 0 75 105 23 7 73 65
Binary 11001110 1010000 111111 0 111101 1000101 10011 111 111011 110101

Color Harmonies of #CE503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE503F

Black with #CE503F

Text Example


Text Example

White with #CE503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE503F; }

 p { color: rgb(206,80,63); }

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

background-color css

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

 a { background-color: rgb(206,80,63); }

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

border-color css

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

 span { border-color: rgb(206,80,63); }

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