Html Css Color HEX #CE1658 Ruby

📋 copy color: '#CE1658'

red 206 ◦ green 22 ◦ blue 88

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

Shades of Ruby #CE1658

Tints of Ruby #CE1658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 65.19%
G = 6.96%
B = 27.85%

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

#CE1658 (or 0xCE1658) is known color: Ruby. HEX triplet: CE, 16 and 58. RGB value is (206,22,88). Sum of RGB (Red+Green+Blue) = 206+22+88=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1658 is #31E9A7. Grayscale: #545454. Windows color (decimal): -3271080 or 5773006. OLE color: 5773006.

HSL color Cylindrical-coordinate representation of color #CE1658: hue angle of 338.48º degrees, saturation: 0.81, 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 #CE1658 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 88 -
CMYK 0 0.89 0.57 0.19
HSL 338.48º 0.81% 0.45% -
HSV(B) 338.48º 0.89% 0.81% -
XYZ 27.5 14.4 10.56 -
YUV 84.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 206 22 88 0 0.89 0.57 0.19 338.48 0.81 0.45
Hex CE 16 58 0 59 39 13 152 51 2D
Octal 316 26 130 0 131 71 23 522 121 55
Binary 11001110 10110 1011000 0 1011001 111001 10011 101010010 1010001 101101

Color Harmonies of #CE1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1658

Black with #CE1658

Text Example


Text Example

White with #CE1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1658; }

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

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

background-color css

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

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

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

border-color css

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

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

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