Html Css Color HEX #CE1758 Ruby

📋 copy color: '#CE1758'

red 206 ◦ green 23 ◦ blue 88

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

Shades of Ruby #CE1758

Tints of Ruby #CE1758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 64.98%
G = 7.26%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1758 (or 0xCE1758) is known color: Ruby. HEX triplet: CE, 17 and 58. RGB value is (206,23,88). Sum of RGB (Red+Green+Blue) = 206+23+88=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1758 is #31E8A7. Grayscale: #555555. Windows color (decimal): -3270824 or 5773262. OLE color: 5773262.

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

Color convert

RGB 206 23 88 -
CMYK 0 0.89 0.57 0.19
HSL 338.69º 0.8% 0.45% -
HSV(B) 338.69º 0.89% 0.81% -
XYZ 27.52 14.44 10.57 -
YUV 85.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 206 23 88 0 0.89 0.57 0.19 338.69 0.8 0.45
Hex CE 17 58 0 59 39 13 153 50 2D
Octal 316 27 130 0 131 71 23 523 120 55
Binary 11001110 10111 1011000 0 1011001 111001 10011 101010011 1010000 101101

Color Harmonies of #CE1758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1758

Black with #CE1758

Text Example


Text Example

White with #CE1758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1758; }

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

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

background-color css

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

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

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

border-color css

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

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

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