Html Css Color HEX #CE155F Ruby

📋 copy color: '#CE155F'

red 206 ◦ green 21 ◦ blue 95

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

Shades of Ruby #CE155F

Tints of Ruby #CE155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 63.98%
G = 6.52%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE155F (or 0xCE155F) is known color: Ruby. HEX triplet: CE, 15 and 5F. RGB value is (206,21,95). Sum of RGB (Red+Green+Blue) = 206+21+95=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155F is #31EAA0. Grayscale: #545454. Windows color (decimal): -3271329 or 6231502. OLE color: 6231502.

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

Color convert

RGB 206 21 95 -
CMYK 0 0.90 0.54 0.19
HSL 336º 0.81% 0.45% -
HSV(B) 336º 0.9% 0.81% -
XYZ 27.79 14.48 12.16 -
YUV 84.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 206 21 95 0 0.90 0.54 0.19 336 0.81 0.45
Hex CE 15 5F 0 5A 36 13 150 51 2D
Octal 316 25 137 0 132 66 23 520 121 55
Binary 11001110 10101 1011111 0 1011010 110110 10011 101010000 1010001 101101

Color Harmonies of #CE155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE155F

Black with #CE155F

Text Example


Text Example

White with #CE155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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