Html Css Color HEX #CE1361 Ruby

📋 copy color: '#CE1361'

red 206 ◦ green 19 ◦ blue 97

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

Shades of Ruby #CE1361

Tints of Ruby #CE1361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 63.98%
G = 5.9%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1361 (or 0xCE1361) is known color: Ruby. HEX triplet: CE, 13 and 61. RGB value is (206,19,97). Sum of RGB (Red+Green+Blue) = 206+19+97=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1361 is #31EC9E. Grayscale: #535353. Windows color (decimal): -3271839 or 6362062. OLE color: 6362062.

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

Color convert

RGB 206 19 97 -
CMYK 0 0.91 0.53 0.19
HSL 334.97º 0.83% 0.44% -
HSV(B) 334.97º 0.91% 0.81% -
XYZ 27.84 14.45 12.63 -
YUV 83.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 206 19 97 0 0.91 0.53 0.19 334.97 0.83 0.44
Hex CE 13 61 0 5B 35 13 14F 53 2C
Octal 316 23 141 0 133 65 23 517 123 54
Binary 11001110 10011 1100001 0 1011011 110101 10011 101001111 1010011 101100

Color Harmonies of #CE1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1361

Black with #CE1361

Text Example


Text Example

White with #CE1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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