Html Css Color HEX #CE5A57 Indian Red

📋 copy color: '#CE5A57'

red 206 ◦ green 90 ◦ blue 87

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

Shades of Indian Red #CE5A57

Tints of Indian Red #CE5A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 53.79%
G = 23.5%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE5A57 (or 0xCE5A57) is known color: Indian Red. HEX triplet: CE, 5A and 57. RGB value is (206,90,87). Sum of RGB (Red+Green+Blue) = 206+90+87=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A57 is #31A5A8. Grayscale: #7C7C7C. Windows color (decimal): -3253673 or 5724878. OLE color: 5724878.

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

Color convert

RGB 206 90 87 -
CMYK 0 0.56 0.58 0.19
HSL 1.51º 0.55% 0.57% -
HSV(B) 1.51º 0.58% 0.81% -
XYZ 30.83 21.12 11.47 -
YUV 124.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 206 90 87 0 0.56 0.58 0.19 1.51 0.55 0.57
Hex CE 5A 57 0 38 3A 13 2 37 39
Octal 316 132 127 0 70 72 23 2 67 71
Binary 11001110 1011010 1010111 0 111000 111010 10011 10 110111 111001

Color Harmonies of #CE5A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A57

Black with #CE5A57

Text Example


Text Example

White with #CE5A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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