Html Css Color HEX #CE1A59 Ruby

📋 copy color: '#CE1A59'

red 206 ◦ green 26 ◦ blue 89

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

Shades of Ruby #CE1A59

Tints of Ruby #CE1A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 64.17%
G = 8.1%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1A59 (or 0xCE1A59) is known color: Ruby. HEX triplet: CE, 1A and 59. RGB value is (206,26,89). Sum of RGB (Red+Green+Blue) = 206+26+89=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1A59 is #31E5A6. Grayscale: #565656. Windows color (decimal): -3270055 or 5839566. OLE color: 5839566.

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

Color convert

RGB 206 26 89 -
CMYK 0 0.87 0.57 0.19
HSL 339º 0.78% 0.45% -
HSV(B) 339º 0.87% 0.81% -
XYZ 27.63 14.58 10.81 -
YUV 87 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 206 26 89 0 0.87 0.57 0.19 339 0.78 0.45
Hex CE 1A 59 0 57 39 13 153 4E 2D
Octal 316 32 131 0 127 71 23 523 116 55
Binary 11001110 11010 1011001 0 1010111 111001 10011 101010011 1001110 101101

Color Harmonies of #CE1A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A59

Black with #CE1A59

Text Example


Text Example

White with #CE1A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A59; }

 p { color: rgb(206,26,89); }

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

background-color css

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

 a { background-color: rgb(206,26,89); }

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

border-color css

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

 span { border-color: rgb(206,26,89); }

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