Html Css Color HEX #CE1057 Ruby

📋 copy color: '#CE1057'

red 206 ◦ green 16 ◦ blue 87

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

Shades of Ruby #CE1057

Tints of Ruby #CE1057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 87 (34.38% from 255) = 28.16%

R = 66.67%
G = 5.18%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE1057 (or 0xCE1057) is known color: Ruby. HEX triplet: CE, 10 and 57. RGB value is (206,16,87). Sum of RGB (Red+Green+Blue) = 206+16+87=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1057 is #31EFA8. Grayscale: #505050. Windows color (decimal): -3272617 or 5705934. OLE color: 5705934.

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

Color convert

RGB 206 16 87 -
CMYK 0 0.92 0.58 0.19
HSL 337.58º 0.86% 0.44% -
HSV(B) 337.58º 0.92% 0.81% -
XYZ 27.36 14.18 10.31 -
YUV 80.9 131.45 217.23 -
System Red Green Blue C M Y K H S L
Decimal 206 16 87 0 0.92 0.58 0.19 337.58 0.86 0.44
Hex CE 10 57 0 5C 3A 13 152 56 2C
Octal 316 20 127 0 134 72 23 522 126 54
Binary 11001110 10000 1010111 0 1011100 111010 10011 101010010 1010110 101100

Color Harmonies of #CE1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1057

Black with #CE1057

Text Example


Text Example

White with #CE1057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1057; }

 p { color: rgb(206,16,87); }

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

background-color css

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

 a { background-color: rgb(206,16,87); }

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

border-color css

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

 span { border-color: rgb(206,16,87); }

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