Html Css Color HEX #CE115A Ruby

📋 copy color: '#CE115A'

red 206 ◦ green 17 ◦ blue 90

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

Shades of Ruby #CE115A

Tints of Ruby #CE115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 65.81%
G = 5.43%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE115A (or 0xCE115A) is known color: Ruby. HEX triplet: CE, 11 and 5A. RGB value is (206,17,90). Sum of RGB (Red+Green+Blue) = 206+17+90=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE115A is #31EEA5. Grayscale: #515151. Windows color (decimal): -3272358 or 5902798. OLE color: 5902798.

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

Color convert

RGB 206 17 90 -
CMYK 0 0.92 0.56 0.19
HSL 336.83º 0.85% 0.44% -
HSV(B) 336.83º 0.92% 0.81% -
XYZ 27.5 14.26 10.98 -
YUV 81.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 206 17 90 0 0.92 0.56 0.19 336.83 0.85 0.44
Hex CE 11 5A 0 5C 38 13 151 55 2C
Octal 316 21 132 0 134 70 23 521 125 54
Binary 11001110 10001 1011010 0 1011100 111000 10011 101010001 1010101 101100

Color Harmonies of #CE115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE115A

Black with #CE115A

Text Example


Text Example

White with #CE115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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