Html Css Color HEX #CE625E Indian Red

📋 copy color: '#CE625E'

red 206 ◦ green 98 ◦ blue 94

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

Shades of Indian Red #CE625E

Tints of Indian Red #CE625E

RGB

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

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

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

R = 51.76%
G = 24.62%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE625E (or 0xCE625E) is known color: Indian Red. HEX triplet: CE, 62 and 5E. RGB value is (206,98,94). Sum of RGB (Red+Green+Blue) = 206+98+94=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE625E is #319DA1. Grayscale: #818181. Windows color (decimal): -3251618 or 6185678. OLE color: 6185678.

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

Color convert

RGB 206 98 94 -
CMYK 0 0.52 0.54 0.19
HSL 2.14º 0.53% 0.59% -
HSV(B) 2.14º 0.54% 0.81% -
XYZ 31.84 22.67 13.29 -
YUV 129.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 206 98 94 0 0.52 0.54 0.19 2.14 0.53 0.59
Hex CE 62 5E 0 34 36 13 2 35 3B
Octal 316 142 136 0 64 66 23 2 65 73
Binary 11001110 1100010 1011110 0 110100 110110 10011 10 110101 111011

Color Harmonies of #CE625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE625E

Black with #CE625E

Text Example


Text Example

White with #CE625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE625E; }

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

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

background-color css

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

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

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

border-color css

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

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

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