Html Css Color HEX #CE1050 Ruby

📋 copy color: '#CE1050'

red 206 ◦ green 16 ◦ blue 80

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

Shades of Ruby #CE1050

Tints of Ruby #CE1050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 68.21%
G = 5.3%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE1050 (or 0xCE1050) is known color: Ruby. HEX triplet: CE, 10 and 50. RGB value is (206,16,80). Sum of RGB (Red+Green+Blue) = 206+16+80=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1050 is #31EFAF. Grayscale: #505050. Windows color (decimal): -3272624 or 5247182. OLE color: 5247182.

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

Color convert

RGB 206 16 80 -
CMYK 0 0.92 0.61 0.19
HSL 339.79º 0.86% 0.44% -
HSV(B) 339.79º 0.92% 0.81% -
XYZ 27.09 14.07 8.88 -
YUV 80.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 206 16 80 0 0.92 0.61 0.19 339.79 0.86 0.44
Hex CE 10 50 0 5C 3D 13 154 56 2C
Octal 316 20 120 0 134 75 23 524 126 54
Binary 11001110 10000 1010000 0 1011100 111101 10011 101010100 1010110 101100

Color Harmonies of #CE1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1050

Black with #CE1050

Text Example


Text Example

White with #CE1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1050; }

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

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

background-color css

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

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

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

border-color css

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

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

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