Html Css Color HEX #CE5D57 Indian Red

📋 copy color: '#CE5D57'

red 206 ◦ green 93 ◦ blue 87

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

Shades of Indian Red #CE5D57

Tints of Indian Red #CE5D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 53.37%
G = 24.09%
B = 22.54%

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

#CE5D57 (or 0xCE5D57) is known color: Indian Red. HEX triplet: CE, 5D and 57. RGB value is (206,93,87). Sum of RGB (Red+Green+Blue) = 206+93+87=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D57 is #31A2A8. Grayscale: #7E7E7E. Windows color (decimal): -3252905 or 5725646. OLE color: 5725646.

HSL color Cylindrical-coordinate representation of color #CE5D57: hue angle of 3.03º 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 #CE5D57 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 87 -
CMYK 0 0.55 0.58 0.19
HSL 3.03º 0.55% 0.57% -
HSV(B) 3.03º 0.58% 0.81% -
XYZ 31.09 21.64 11.55 -
YUV 126.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 206 93 87 0 0.55 0.58 0.19 3.03 0.55 0.57
Hex CE 5D 57 0 37 3A 13 3 37 39
Octal 316 135 127 0 67 72 23 3 67 71
Binary 11001110 1011101 1010111 0 110111 111010 10011 11 110111 111001

Color Harmonies of #CE5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D57

Black with #CE5D57

Text Example


Text Example

White with #CE5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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