Html Css Color HEX #CE5B59 Indian Red

📋 copy color: '#CE5B59'

red 206 ◦ green 91 ◦ blue 89

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

Shades of Indian Red #CE5B59

Tints of Indian Red #CE5B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.58%

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 53.37%
G = 23.58%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE5B59 (or 0xCE5B59) is known color: Indian Red. HEX triplet: CE, 5B and 59. RGB value is (206,91,89). Sum of RGB (Red+Green+Blue) = 206+91+89=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B59 is #31A4A6. Grayscale: #7D7D7D. Windows color (decimal): -3253415 or 5856206. OLE color: 5856206.

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

Color convert

RGB 206 91 89 -
CMYK 0 0.56 0.57 0.19
HSL 1.03º 0.54% 0.58% -
HSV(B) 1.03º 0.57% 0.81% -
XYZ 31 21.33 11.93 -
YUV 125.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 206 91 89 0 0.56 0.57 0.19 1.03 0.54 0.58
Hex CE 5B 59 0 38 39 13 1 36 3A
Octal 316 133 131 0 70 71 23 1 66 72
Binary 11001110 1011011 1011001 0 111000 111001 10011 1 110110 111010

Color Harmonies of #CE5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B59

Black with #CE5B59

Text Example


Text Example

White with #CE5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B59; }

 p { color: rgb(206,91,89); }

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

background-color css

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

 a { background-color: rgb(206,91,89); }

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

border-color css

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

 span { border-color: rgb(206,91,89); }

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