Html Css Color HEX #CE5D56 Indian Red

📋 copy color: '#CE5D56'

red 206 ◦ green 93 ◦ blue 86

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

Shades of Indian Red #CE5D56

Tints of Indian Red #CE5D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 53.51%
G = 24.16%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE5D56 (or 0xCE5D56) is known color: Indian Red. HEX triplet: CE, 5D and 56. RGB value is (206,93,86). Sum of RGB (Red+Green+Blue) = 206+93+86=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D56 is #31A2A9. Grayscale: #7E7E7E. Windows color (decimal): -3252906 or 5660110. OLE color: 5660110.

HSL color Cylindrical-coordinate representation of color #CE5D56: hue angle of 3.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5D56 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 86 -
CMYK 0 0.55 0.58 0.19
HSL 3.5º 0.55% 0.57% -
HSV(B) 3.5º 0.58% 0.81% -
XYZ 31.05 21.62 11.34 -
YUV 125.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 206 93 86 0 0.55 0.58 0.19 3.5 0.55 0.57
Hex CE 5D 56 0 37 3A 13 4 37 39
Octal 316 135 126 0 67 72 23 4 67 71
Binary 11001110 1011101 1010110 0 110111 111010 10011 100 110111 111001

Color Harmonies of #CE5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D56

Black with #CE5D56

Text Example


Text Example

White with #CE5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D56; }

 p { color: rgb(206,93,86); }

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

background-color css

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

 a { background-color: rgb(206,93,86); }

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

border-color css

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

 span { border-color: rgb(206,93,86); }

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