Html Css Color HEX #CE605D Indian Red

📋 copy color: '#CE605D'

red 206 ◦ green 96 ◦ blue 93

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

Shades of Indian Red #CE605D

Tints of Indian Red #CE605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 52.15%
G = 24.3%
B = 23.54%

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

#CE605D (or 0xCE605D) is known color: Indian Red. HEX triplet: CE, 60 and 5D. RGB value is (206,96,93). Sum of RGB (Red+Green+Blue) = 206+96+93=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE605D is #319FA2. Grayscale: #808080. Windows color (decimal): -3252131 or 6119630. OLE color: 6119630.

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

Color convert

RGB 206 96 93 -
CMYK 0 0.53 0.55 0.19
HSL 1.59º 0.54% 0.59% -
HSV(B) 1.59º 0.55% 0.81% -
XYZ 31.61 22.28 12.99 -
YUV 128.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 206 96 93 0 0.53 0.55 0.19 1.59 0.54 0.59
Hex CE 60 5D 0 35 37 13 2 36 3B
Octal 316 140 135 0 65 67 23 2 66 73
Binary 11001110 1100000 1011101 0 110101 110111 10011 10 110110 111011

Color Harmonies of #CE605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE605D

Black with #CE605D

Text Example


Text Example

White with #CE605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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