Html Css Color HEX #CE615E Indian Red

📋 copy color: '#CE615E'

red 206 ◦ green 97 ◦ blue 94

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

Shades of Indian Red #CE615E

Tints of Indian Red #CE615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 51.89%
G = 24.43%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE615E (or 0xCE615E) is known color: Indian Red. HEX triplet: CE, 61 and 5E. RGB value is (206,97,94). Sum of RGB (Red+Green+Blue) = 206+97+94=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615E is #319EA1. Grayscale: #818181. Windows color (decimal): -3251874 or 6185422. OLE color: 6185422.

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

Color convert

RGB 206 97 94 -
CMYK 0 0.53 0.54 0.19
HSL 1.61º 0.53% 0.59% -
HSV(B) 1.61º 0.54% 0.81% -
XYZ 31.75 22.48 13.26 -
YUV 129.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 206 97 94 0 0.53 0.54 0.19 1.61 0.53 0.59
Hex CE 61 5E 0 35 36 13 2 35 3B
Octal 316 141 136 0 65 66 23 2 65 73
Binary 11001110 1100001 1011110 0 110101 110110 10011 10 110101 111011

Color Harmonies of #CE615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE615E

Black with #CE615E

Text Example


Text Example

White with #CE615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE615E; }

 p { color: rgb(206,97,94); }

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

background-color css

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

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

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

border-color css

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

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

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