Html Css Color HEX #CE1C5A Ruby

📋 copy color: '#CE1C5A'

red 206 ◦ green 28 ◦ blue 90

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

Shades of Ruby #CE1C5A

Tints of Ruby #CE1C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

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

R = 63.58%
G = 8.64%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE1C5A (or 0xCE1C5A) is known color: Ruby. HEX triplet: CE, 1C and 5A. RGB value is (206,28,90). Sum of RGB (Red+Green+Blue) = 206+28+90=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C5A is #31E3A5. Grayscale: #585858. Windows color (decimal): -3269542 or 5905614. OLE color: 5905614.

HSL color Cylindrical-coordinate representation of color #CE1C5A: hue angle of 339.1º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C5A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 28 90 -
CMYK 0 0.86 0.56 0.19
HSL 339.1º 0.76% 0.46% -
HSV(B) 339.1º 0.86% 0.81% -
XYZ 27.71 14.69 11.05 -
YUV 88.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 206 28 90 0 0.86 0.56 0.19 339.1 0.76 0.46
Hex CE 1C 5A 0 56 38 13 153 4C 2E
Octal 316 34 132 0 126 70 23 523 114 56
Binary 11001110 11100 1011010 0 1010110 111000 10011 101010011 1001100 101110

Color Harmonies of #CE1C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C5A

Black with #CE1C5A

Text Example


Text Example

White with #CE1C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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