Html Css Color HEX #CE155D Ruby

📋 copy color: '#CE155D'

red 206 ◦ green 21 ◦ blue 93

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

Shades of Ruby #CE155D

Tints of Ruby #CE155D

RGB

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

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

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

R = 64.38%
G = 6.56%
B = 29.06%

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

#CE155D (or 0xCE155D) is known color: Ruby. HEX triplet: CE, 15 and 5D. RGB value is (206,21,93). Sum of RGB (Red+Green+Blue) = 206+21+93=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155D is #31EAA2. Grayscale: #545454. Windows color (decimal): -3271331 or 6100430. OLE color: 6100430.

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

Color convert

RGB 206 21 93 -
CMYK 0 0.90 0.55 0.19
HSL 336.65º 0.81% 0.45% -
HSV(B) 336.65º 0.9% 0.81% -
XYZ 27.7 14.45 11.68 -
YUV 84.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 206 21 93 0 0.90 0.55 0.19 336.65 0.81 0.45
Hex CE 15 5D 0 5A 37 13 151 51 2D
Octal 316 25 135 0 132 67 23 521 121 55
Binary 11001110 10101 1011101 0 1011010 110111 10011 101010001 1010001 101101

Color Harmonies of #CE155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE155D

Black with #CE155D

Text Example


Text Example

White with #CE155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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