Html Css Color HEX #CE1258 Ruby

📋 copy color: '#CE1258'

red 206 ◦ green 18 ◦ blue 88

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

Shades of Ruby #CE1258

Tints of Ruby #CE1258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 66.03%
G = 5.77%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1258 (or 0xCE1258) is known color: Ruby. HEX triplet: CE, 12 and 58. RGB value is (206,18,88). Sum of RGB (Red+Green+Blue) = 206+18+88=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1258 is #31EDA7. Grayscale: #525252. Windows color (decimal): -3272104 or 5771982. OLE color: 5771982.

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

Color convert

RGB 206 18 88 -
CMYK 0 0.91 0.57 0.19
HSL 337.66º 0.84% 0.44% -
HSV(B) 337.66º 0.91% 0.81% -
XYZ 27.43 14.26 10.54 -
YUV 82.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 206 18 88 0 0.91 0.57 0.19 337.66 0.84 0.44
Hex CE 12 58 0 5B 39 13 152 54 2C
Octal 316 22 130 0 133 71 23 522 124 54
Binary 11001110 10010 1011000 0 1011011 111001 10011 101010010 1010100 101100

Color Harmonies of #CE1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1258

Black with #CE1258

Text Example


Text Example

White with #CE1258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1258; }

 p { color: rgb(206,18,88); }

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

background-color css

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

 a { background-color: rgb(206,18,88); }

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

border-color css

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

 span { border-color: rgb(206,18,88); }

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