Html Css Color HEX #CE155A Ruby

📋 copy color: '#CE155A'

red 206 ◦ green 21 ◦ blue 90

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

Shades of Ruby #CE155A

Tints of Ruby #CE155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 64.98%
G = 6.62%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE155A (or 0xCE155A) is known color: Ruby. HEX triplet: CE, 15 and 5A. RGB value is (206,21,90). Sum of RGB (Red+Green+Blue) = 206+21+90=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155A is #31EAA5. Grayscale: #545454. Windows color (decimal): -3271334 or 5903822. OLE color: 5903822.

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

Color convert

RGB 206 21 90 -
CMYK 0 0.90 0.56 0.19
HSL 337.62º 0.81% 0.45% -
HSV(B) 337.62º 0.9% 0.81% -
XYZ 27.57 14.4 11 -
YUV 84.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 206 21 90 0 0.90 0.56 0.19 337.62 0.81 0.45
Hex CE 15 5A 0 5A 38 13 152 51 2D
Octal 316 25 132 0 132 70 23 522 121 55
Binary 11001110 10101 1011010 0 1011010 111000 10011 101010010 1010001 101101

Color Harmonies of #CE155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE155A

Black with #CE155A

Text Example


Text Example

White with #CE155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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