Html Css Color HEX #CE1C5B Ruby

📋 copy color: '#CE1C5B'

red 206 ◦ green 28 ◦ blue 91

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

Shades of Ruby #CE1C5B

Tints of Ruby #CE1C5B

RGB

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

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

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

R = 63.38%
G = 8.62%
B = 28%

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

#CE1C5B (or 0xCE1C5B) is known color: Ruby. HEX triplet: CE, 1C and 5B. RGB value is (206,28,91). Sum of RGB (Red+Green+Blue) = 206+28+91=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C5B is #31E3A4. Grayscale: #585858. Windows color (decimal): -3269541 or 5971150. OLE color: 5971150.

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

Color convert

RGB 206 28 91 -
CMYK 0 0.86 0.56 0.19
HSL 338.76º 0.76% 0.46% -
HSV(B) 338.76º 0.86% 0.81% -
XYZ 27.76 14.71 11.27 -
YUV 88.4 129.47 211.88 -
System Red Green Blue C M Y K H S L
Decimal 206 28 91 0 0.86 0.56 0.19 338.76 0.76 0.46
Hex CE 1C 5B 0 56 38 13 153 4C 2E
Octal 316 34 133 0 126 70 23 523 114 56
Binary 11001110 11100 1011011 0 1010110 111000 10011 101010011 1001100 101110

Color Harmonies of #CE1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C5B

Black with #CE1C5B

Text Example


Text Example

White with #CE1C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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