Html Css Color HEX #CE1F5B Ruby

📋 copy color: '#CE1F5B'

red 206 ◦ green 31 ◦ blue 91

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

Shades of Ruby #CE1F5B

Tints of Ruby #CE1F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.45%

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

R = 62.8%
G = 9.45%
B = 27.74%

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

#CE1F5B (or 0xCE1F5B) is known color: Ruby. HEX triplet: CE, 1F and 5B. RGB value is (206,31,91). Sum of RGB (Red+Green+Blue) = 206+31+91=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F5B is #31E0A4. Grayscale: #5A5A5A. Windows color (decimal): -3268773 or 5971918. OLE color: 5971918.

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

Color convert

RGB 206 31 91 -
CMYK 0 0.85 0.56 0.19
HSL 339.43º 0.74% 0.46% -
HSV(B) 339.43º 0.85% 0.81% -
XYZ 27.83 14.86 11.3 -
YUV 90.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 206 31 91 0 0.85 0.56 0.19 339.43 0.74 0.46
Hex CE 1F 5B 0 55 38 13 153 4A 2E
Octal 316 37 133 0 125 70 23 523 112 56
Binary 11001110 11111 1011011 0 1010101 111000 10011 101010011 1001010 101110

Color Harmonies of #CE1F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F5B

Black with #CE1F5B

Text Example


Text Example

White with #CE1F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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