Html Css Color HEX #CE615F Indian Red

📋 copy color: '#CE615F'

red 206 ◦ green 97 ◦ blue 95

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

Shades of Indian Red #CE615F

Tints of Indian Red #CE615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 51.76%
G = 24.37%
B = 23.87%

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

#CE615F (or 0xCE615F) is known color: Indian Red. HEX triplet: CE, 61 and 5F. RGB value is (206,97,95). Sum of RGB (Red+Green+Blue) = 206+97+95=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615F is #319EA0. Grayscale: #818181. Windows color (decimal): -3251873 or 6250958. OLE color: 6250958.

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

Color convert

RGB 206 97 95 -
CMYK 0 0.53 0.54 0.19
HSL 1.08º 0.53% 0.59% -
HSV(B) 1.08º 0.54% 0.81% -
XYZ 31.79 22.5 13.49 -
YUV 129.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 206 97 95 0 0.53 0.54 0.19 1.08 0.53 0.59
Hex CE 61 5F 0 35 36 13 1 35 3B
Octal 316 141 137 0 65 66 23 1 65 73
Binary 11001110 1100001 1011111 0 110101 110110 10011 1 110101 111011

Color Harmonies of #CE615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE615F

Black with #CE615F

Text Example


Text Example

White with #CE615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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