Html Css Color HEX #CE1056 Ruby

📋 copy color: '#CE1056'

red 206 ◦ green 16 ◦ blue 86

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

Shades of Ruby #CE1056

Tints of Ruby #CE1056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 66.88%
G = 5.19%
B = 27.92%

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

#CE1056 (or 0xCE1056) is known color: Ruby. HEX triplet: CE, 10 and 56. RGB value is (206,16,86). Sum of RGB (Red+Green+Blue) = 206+16+86=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1056 is #31EFA9. Grayscale: #505050. Windows color (decimal): -3272618 or 5640398. OLE color: 5640398.

HSL color Cylindrical-coordinate representation of color #CE1056: hue angle of 337.89º 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 #CE1056 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 86 -
CMYK 0 0.92 0.58 0.19
HSL 337.89º 0.86% 0.44% -
HSV(B) 337.89º 0.92% 0.81% -
XYZ 27.32 14.16 10.1 -
YUV 80.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 206 16 86 0 0.92 0.58 0.19 337.89 0.86 0.44
Hex CE 10 56 0 5C 3A 13 152 56 2C
Octal 316 20 126 0 134 72 23 522 126 54
Binary 11001110 10000 1010110 0 1011100 111010 10011 101010010 1010110 101100

Color Harmonies of #CE1056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1056

Black with #CE1056

Text Example


Text Example

White with #CE1056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1056; }

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

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

background-color css

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

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

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

border-color css

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

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

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