Html Css Color HEX #CE1058 Ruby

📋 copy color: '#CE1058'

red 206 ◦ green 16 ◦ blue 88

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

Shades of Ruby #CE1058

Tints of Ruby #CE1058

RGB

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

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

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

R = 66.45%
G = 5.16%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1058 (or 0xCE1058) is known color: Ruby. HEX triplet: CE, 10 and 58. RGB value is (206,16,88). Sum of RGB (Red+Green+Blue) = 206+16+88=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1058 is #31EFA7. Grayscale: #505050. Windows color (decimal): -3272616 or 5771470. OLE color: 5771470.

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

Color convert

RGB 206 16 88 -
CMYK 0 0.92 0.57 0.19
HSL 337.26º 0.86% 0.44% -
HSV(B) 337.26º 0.92% 0.81% -
XYZ 27.4 14.2 10.53 -
YUV 81.02 131.95 217.15 -
System Red Green Blue C M Y K H S L
Decimal 206 16 88 0 0.92 0.57 0.19 337.26 0.86 0.44
Hex CE 10 58 0 5C 39 13 151 56 2C
Octal 316 20 130 0 134 71 23 521 126 54
Binary 11001110 10000 1011000 0 1011100 111001 10011 101010001 1010110 101100

Color Harmonies of #CE1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1058

Black with #CE1058

Text Example


Text Example

White with #CE1058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1058; }

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

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

background-color css

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

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

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

border-color css

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

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

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