Html Css Color HEX #CE1155 Ruby

📋 copy color: '#CE1155'

red 206 ◦ green 17 ◦ blue 85

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

Shades of Ruby #CE1155

Tints of Ruby #CE1155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 66.88%
G = 5.52%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE1155 (or 0xCE1155) is known color: Ruby. HEX triplet: CE, 11 and 55. RGB value is (206,17,85). Sum of RGB (Red+Green+Blue) = 206+17+85=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1155 is #31EEAA. Grayscale: #515151. Windows color (decimal): -3272363 or 5575118. OLE color: 5575118.

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

Color convert

RGB 206 17 85 -
CMYK 0 0.92 0.59 0.19
HSL 338.41º 0.85% 0.44% -
HSV(B) 338.41º 0.92% 0.81% -
XYZ 27.29 14.18 9.89 -
YUV 81.26 130.12 216.97 -
System Red Green Blue C M Y K H S L
Decimal 206 17 85 0 0.92 0.59 0.19 338.41 0.85 0.44
Hex CE 11 55 0 5C 3B 13 152 55 2C
Octal 316 21 125 0 134 73 23 522 125 54
Binary 11001110 10001 1010101 0 1011100 111011 10011 101010010 1010101 101100

Color Harmonies of #CE1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1155

Black with #CE1155

Text Example


Text Example

White with #CE1155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1155; }

 p { color: rgb(206,17,85); }

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

background-color css

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

 a { background-color: rgb(206,17,85); }

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

border-color css

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

 span { border-color: rgb(206,17,85); }

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