Html Css Color HEX #CE1365 Ruby

📋 copy color: '#CE1365'

red 206 ◦ green 19 ◦ blue 101

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

Shades of Ruby #CE1365

Tints of Ruby #CE1365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 63.19%
G = 5.83%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE1365 (or 0xCE1365) is known color: Ruby. HEX triplet: CE, 13 and 65. RGB value is (206,19,101). Sum of RGB (Red+Green+Blue) = 206+19+101=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1365 is #31EC9A. Grayscale: #545454. Windows color (decimal): -3271835 or 6624206. OLE color: 6624206.

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

Color convert

RGB 206 19 101 -
CMYK 0 0.91 0.51 0.19
HSL 333.69º 0.83% 0.44% -
HSV(B) 333.69º 0.91% 0.81% -
XYZ 28.04 14.53 13.64 -
YUV 84.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 206 19 101 0 0.91 0.51 0.19 333.69 0.83 0.44
Hex CE 13 65 0 5B 33 13 14E 53 2C
Octal 316 23 145 0 133 63 23 516 123 54
Binary 11001110 10011 1100101 0 1011011 110011 10011 101001110 1010011 101100

Color Harmonies of #CE1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1365

Black with #CE1365

Text Example


Text Example

White with #CE1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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