Html Css Color HEX #CE5B55 Indian Red

📋 copy color: '#CE5B55'

red 206 ◦ green 91 ◦ blue 85

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

Shades of Indian Red #CE5B55

Tints of Indian Red #CE5B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 53.93%
G = 23.82%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5B55 (or 0xCE5B55) is known color: Indian Red. HEX triplet: CE, 5B and 55. RGB value is (206,91,85). Sum of RGB (Red+Green+Blue) = 206+91+85=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B55 is #31A4AA. Grayscale: #7C7C7C. Windows color (decimal): -3253419 or 5594062. OLE color: 5594062.

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

Color convert

RGB 206 91 85 -
CMYK 0 0.56 0.59 0.19
HSL 2.98º 0.55% 0.57% -
HSV(B) 2.98º 0.59% 0.81% -
XYZ 30.83 21.26 11.07 -
YUV 124.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 206 91 85 0 0.56 0.59 0.19 2.98 0.55 0.57
Hex CE 5B 55 0 38 3B 13 3 37 39
Octal 316 133 125 0 70 73 23 3 67 71
Binary 11001110 1011011 1010101 0 111000 111011 10011 11 110111 111001

Color Harmonies of #CE5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B55

Black with #CE5B55

Text Example


Text Example

White with #CE5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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