Html Css Color HEX #CE5959 Indian Red

📋 copy color: '#CE5959'

red 206 ◦ green 89 ◦ blue 89

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

Shades of Indian Red #CE5959

Tints of Indian Red #CE5959

RGB

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

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

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

R = 53.65%
G = 23.18%
B = 23.18%

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

#CE5959 (or 0xCE5959) is known color: Indian Red. HEX triplet: CE, 59 and 59. RGB value is (206,89,89). Sum of RGB (Red+Green+Blue) = 206+89+89=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5959 is #31A6A6. Grayscale: #7C7C7C. Windows color (decimal): -3253927 or 5855694. OLE color: 5855694.

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

Color convert

RGB 206 89 89 -
CMYK 0 0.57 0.57 0.19
HSL 0.54% 0.58% -
HSV(B) 0.57% 0.81% -
XYZ 30.83 20.99 11.88 -
YUV 123.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 206 89 89 0 0.57 0.57 0.19 0 0.54 0.58
Hex CE 59 59 0 39 39 13 0 36 3A
Octal 316 131 131 0 71 71 23 0 66 72
Binary 11001110 1011001 1011001 0 111001 111001 10011 0 110110 111010

Color Harmonies of #CE5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5959

Black with #CE5959

Text Example


Text Example

White with #CE5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5959; }

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

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

background-color css

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

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

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

border-color css

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

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

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