Html Css Color HEX #CE503D Dark Coral

📋 copy color: '#CE503D'

red 206 ◦ green 80 ◦ blue 61

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

Shades of Dark Coral #CE503D

Tints of Dark Coral #CE503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 59.37%
G = 23.05%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE503D (or 0xCE503D) is known color: Dark Coral. HEX triplet: CE, 50 and 3D. RGB value is (206,80,61). Sum of RGB (Red+Green+Blue) = 206+80+61=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE503D is #31AFC2. Grayscale: #737373. Windows color (decimal): -3256259 or 4018382. OLE color: 4018382.

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

Color convert

RGB 206 80 61 -
CMYK 0 0.61 0.70 0.19
HSL 7.86º 0.6% 0.52% -
HSV(B) 7.86º 0.7% 0.81% -
XYZ 29.16 19.2 6.58 -
YUV 115.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 206 80 61 0 0.61 0.70 0.19 7.86 0.6 0.52
Hex CE 50 3D 0 3D 46 13 8 3C 34
Octal 316 120 75 0 75 106 23 10 74 64
Binary 11001110 1010000 111101 0 111101 1000110 10011 1000 111100 110100

Color Harmonies of #CE503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE503D

Black with #CE503D

Text Example


Text Example

White with #CE503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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