Html Css Color HEX #CE615D Indian Red

📋 copy color: '#CE615D'

red 206 ◦ green 97 ◦ blue 93

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

Shades of Indian Red #CE615D

Tints of Indian Red #CE615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 52.02%
G = 24.49%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE615D (or 0xCE615D) is known color: Indian Red. HEX triplet: CE, 61 and 5D. RGB value is (206,97,93). Sum of RGB (Red+Green+Blue) = 206+97+93=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615D is #319EA2. Grayscale: #818181. Windows color (decimal): -3251875 or 6119886. OLE color: 6119886.

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

Color convert

RGB 206 97 93 -
CMYK 0 0.53 0.55 0.19
HSL 2.12º 0.54% 0.59% -
HSV(B) 2.12º 0.55% 0.81% -
XYZ 31.7 22.46 13.02 -
YUV 129.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 206 97 93 0 0.53 0.55 0.19 2.12 0.54 0.59
Hex CE 61 5D 0 35 37 13 2 36 3B
Octal 316 141 135 0 65 67 23 2 66 73
Binary 11001110 1100001 1011101 0 110101 110111 10011 10 110110 111011

Color Harmonies of #CE615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE615D

Black with #CE615D

Text Example


Text Example

White with #CE615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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