Html Css Color HEX #CE5A58 Indian Red

📋 copy color: '#CE5A58'

red 206 ◦ green 90 ◦ blue 88

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

Shades of Indian Red #CE5A58

Tints of Indian Red #CE5A58

RGB

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

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

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

R = 53.65%
G = 23.44%
B = 22.92%

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

#CE5A58 (or 0xCE5A58) is known color: Indian Red. HEX triplet: CE, 5A and 58. RGB value is (206,90,88). Sum of RGB (Red+Green+Blue) = 206+90+88=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A58 is #31A5A7. Grayscale: #7C7C7C. Windows color (decimal): -3253672 or 5790414. OLE color: 5790414.

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

Color convert

RGB 206 90 88 -
CMYK 0 0.56 0.57 0.19
HSL 1.02º 0.55% 0.58% -
HSV(B) 1.02º 0.57% 0.81% -
XYZ 30.87 21.14 11.69 -
YUV 124.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 206 90 88 0 0.56 0.57 0.19 1.02 0.55 0.58
Hex CE 5A 58 0 38 39 13 1 37 3A
Octal 316 132 130 0 70 71 23 1 67 72
Binary 11001110 1011010 1011000 0 111000 111001 10011 1 110111 111010

Color Harmonies of #CE5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A58

Black with #CE5A58

Text Example


Text Example

White with #CE5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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