Html Css Color HEX #CE625D Indian Red

📋 copy color: '#CE625D'

red 206 ◦ green 98 ◦ blue 93

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

Shades of Indian Red #CE625D

Tints of Indian Red #CE625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

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

R = 51.89%
G = 24.69%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE625D (or 0xCE625D) is known color: Indian Red. HEX triplet: CE, 62 and 5D. RGB value is (206,98,93). Sum of RGB (Red+Green+Blue) = 206+98+93=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE625D is #319DA2. Grayscale: #818181. Windows color (decimal): -3251619 or 6120142. OLE color: 6120142.

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

Color convert

RGB 206 98 93 -
CMYK 0 0.52 0.55 0.19
HSL 2.65º 0.54% 0.59% -
HSV(B) 2.65º 0.55% 0.81% -
XYZ 31.8 22.65 13.05 -
YUV 129.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 206 98 93 0 0.52 0.55 0.19 2.65 0.54 0.59
Hex CE 62 5D 0 34 37 13 3 36 3B
Octal 316 142 135 0 64 67 23 3 66 73
Binary 11001110 1100010 1011101 0 110100 110111 10011 11 110110 111011

Color Harmonies of #CE625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE625D

Black with #CE625D

Text Example


Text Example

White with #CE625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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