Html Css Color HEX #CE5958 Indian Red

📋 copy color: '#CE5958'

red 206 ◦ green 89 ◦ blue 88

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

Shades of Indian Red #CE5958

Tints of Indian Red #CE5958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 53.79%
G = 23.24%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE5958 (or 0xCE5958) is known color: Indian Red. HEX triplet: CE, 59 and 58. RGB value is (206,89,88). Sum of RGB (Red+Green+Blue) = 206+89+88=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5958 is #31A6A7. Grayscale: #7B7B7B. Windows color (decimal): -3253928 or 5790158. OLE color: 5790158.

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

Color convert

RGB 206 89 88 -
CMYK 0 0.57 0.57 0.19
HSL 0.51º 0.55% 0.58% -
HSV(B) 0.51º 0.57% 0.81% -
XYZ 30.79 20.97 11.66 -
YUV 123.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 206 89 88 0 0.57 0.57 0.19 0.51 0.55 0.58
Hex CE 59 58 0 39 39 13 1 37 3A
Octal 316 131 130 0 71 71 23 1 67 72
Binary 11001110 1011001 1011000 0 111001 111001 10011 1 110111 111010

Color Harmonies of #CE5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5958

Black with #CE5958

Text Example


Text Example

White with #CE5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5958; }

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

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

background-color css

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

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

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

border-color css

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

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

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