Html Css Color HEX #CE1E5B Ruby

📋 copy color: '#CE1E5B'

red 206 ◦ green 30 ◦ blue 91

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

Shades of Ruby #CE1E5B

Tints of Ruby #CE1E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 63%
G = 9.17%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE1E5B (or 0xCE1E5B) is known color: Ruby. HEX triplet: CE, 1E and 5B. RGB value is (206,30,91). Sum of RGB (Red+Green+Blue) = 206+30+91=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E5B is #31E1A4. Grayscale: #595959. Windows color (decimal): -3269029 or 5971662. OLE color: 5971662.

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

Color convert

RGB 206 30 91 -
CMYK 0 0.85 0.56 0.19
HSL 339.2º 0.75% 0.46% -
HSV(B) 339.2º 0.85% 0.81% -
XYZ 27.81 14.81 11.29 -
YUV 89.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 206 30 91 0 0.85 0.56 0.19 339.2 0.75 0.46
Hex CE 1E 5B 0 55 38 13 153 4B 2E
Octal 316 36 133 0 125 70 23 523 113 56
Binary 11001110 11110 1011011 0 1010101 111000 10011 101010011 1001011 101110

Color Harmonies of #CE1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E5B

Black with #CE1E5B

Text Example


Text Example

White with #CE1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E5B; }

 p { color: rgb(206,30,91); }

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

background-color css

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

 a { background-color: rgb(206,30,91); }

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

border-color css

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

 span { border-color: rgb(206,30,91); }

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