Html Css Color HEX #CE1360 Ruby

📋 copy color: '#CE1360'

red 206 ◦ green 19 ◦ blue 96

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

Shades of Ruby #CE1360

Tints of Ruby #CE1360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 64.17%
G = 5.92%
B = 29.91%

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

#CE1360 (or 0xCE1360) is known color: Ruby. HEX triplet: CE, 13 and 60. RGB value is (206,19,96). Sum of RGB (Red+Green+Blue) = 206+19+96=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1360 is #31EC9F. Grayscale: #535353. Windows color (decimal): -3271840 or 6296526. OLE color: 6296526.

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

Color convert

RGB 206 19 96 -
CMYK 0 0.91 0.53 0.19
HSL 335.29º 0.83% 0.44% -
HSV(B) 335.29º 0.91% 0.81% -
XYZ 27.8 14.43 12.39 -
YUV 83.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 206 19 96 0 0.91 0.53 0.19 335.29 0.83 0.44
Hex CE 13 60 0 5B 35 13 14F 53 2C
Octal 316 23 140 0 133 65 23 517 123 54
Binary 11001110 10011 1100000 0 1011011 110101 10011 101001111 1010011 101100

Color Harmonies of #CE1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1360

Black with #CE1360

Text Example


Text Example

White with #CE1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1360; }

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

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

background-color css

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

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

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

border-color css

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

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

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