Html Css Color HEX #CE1357 Ruby

📋 copy color: '#CE1357'

red 206 ◦ green 19 ◦ blue 87

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

Shades of Ruby #CE1357

Tints of Ruby #CE1357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 87 (34.38% from 255) = 27.88%

R = 66.03%
G = 6.09%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE1357 (or 0xCE1357) is known color: Ruby. HEX triplet: CE, 13 and 57. RGB value is (206,19,87). Sum of RGB (Red+Green+Blue) = 206+19+87=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1357 is #31ECA8. Grayscale: #525252. Windows color (decimal): -3271849 or 5706702. OLE color: 5706702.

HSL color Cylindrical-coordinate representation of color #CE1357: hue angle of 338.18º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1357 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 87 -
CMYK 0 0.91 0.58 0.19
HSL 338.18º 0.83% 0.44% -
HSV(B) 338.18º 0.91% 0.81% -
XYZ 27.41 14.28 10.33 -
YUV 82.67 130.45 215.97 -
System Red Green Blue C M Y K H S L
Decimal 206 19 87 0 0.91 0.58 0.19 338.18 0.83 0.44
Hex CE 13 57 0 5B 3A 13 152 53 2C
Octal 316 23 127 0 133 72 23 522 123 54
Binary 11001110 10011 1010111 0 1011011 111010 10011 101010010 1010011 101100

Color Harmonies of #CE1357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1357

Black with #CE1357

Text Example


Text Example

White with #CE1357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1357; }

 p { color: rgb(206,19,87); }

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

background-color css

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

 a { background-color: rgb(206,19,87); }

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

border-color css

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

 span { border-color: rgb(206,19,87); }

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