Html Css Color HEX #CE155C Ruby

📋 copy color: '#CE155C'

red 206 ◦ green 21 ◦ blue 92

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

Shades of Ruby #CE155C

Tints of Ruby #CE155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 64.58%
G = 6.58%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE155C (or 0xCE155C) is known color: Ruby. HEX triplet: CE, 15 and 5C. RGB value is (206,21,92). Sum of RGB (Red+Green+Blue) = 206+21+92=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155C is #31EAA3. Grayscale: #545454. Windows color (decimal): -3271332 or 6034894. OLE color: 6034894.

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

Color convert

RGB 206 21 92 -
CMYK 0 0.90 0.55 0.19
HSL 336.97º 0.81% 0.45% -
HSV(B) 336.97º 0.9% 0.81% -
XYZ 27.65 14.43 11.45 -
YUV 84.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 206 21 92 0 0.90 0.55 0.19 336.97 0.81 0.45
Hex CE 15 5C 0 5A 37 13 151 51 2D
Octal 316 25 134 0 132 67 23 521 121 55
Binary 11001110 10101 1011100 0 1011010 110111 10011 101010001 1010001 101101

Color Harmonies of #CE155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE155C

Black with #CE155C

Text Example


Text Example

White with #CE155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE155C; }

 p { color: rgb(206,21,92); }

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

background-color css

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

 a { background-color: rgb(206,21,92); }

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

border-color css

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

 span { border-color: rgb(206,21,92); }

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