Html Css Color HEX #CE5F58 Indian Red

📋 copy color: '#CE5F58'

red 206 ◦ green 95 ◦ blue 88

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

Shades of Indian Red #CE5F58

Tints of Indian Red #CE5F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

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

R = 52.96%
G = 24.42%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE5F58 (or 0xCE5F58) is known color: Indian Red. HEX triplet: CE, 5F and 58. RGB value is (206,95,88). Sum of RGB (Red+Green+Blue) = 206+95+88=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F58 is #31A0A7. Grayscale: #7F7F7F. Windows color (decimal): -3252392 or 5791694. OLE color: 5791694.

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

Color convert

RGB 206 95 88 -
CMYK 0 0.54 0.57 0.19
HSL 3.56º 0.55% 0.58% -
HSV(B) 3.56º 0.57% 0.81% -
XYZ 31.31 22.01 11.83 -
YUV 127.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 206 95 88 0 0.54 0.57 0.19 3.56 0.55 0.58
Hex CE 5F 58 0 36 39 13 4 37 3A
Octal 316 137 130 0 66 71 23 4 67 72
Binary 11001110 1011111 1011000 0 110110 111001 10011 100 110111 111010

Color Harmonies of #CE5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F58

Black with #CE5F58

Text Example


Text Example

White with #CE5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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