Html Css Color HEX #CE1564 Ruby

📋 copy color: '#CE1564'

red 206 ◦ green 21 ◦ blue 100

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

Shades of Ruby #CE1564

Tints of Ruby #CE1564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 63%
G = 6.42%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE1564 (or 0xCE1564) is known color: Ruby. HEX triplet: CE, 15 and 64. RGB value is (206,21,100). Sum of RGB (Red+Green+Blue) = 206+21+100=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1564 is #31EA9B. Grayscale: #555555. Windows color (decimal): -3271324 or 6559182. OLE color: 6559182.

HSL color Cylindrical-coordinate representation of color #CE1564: hue angle of 334.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1564 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 21 100 -
CMYK 0 0.90 0.51 0.19
HSL 334.38º 0.81% 0.45% -
HSV(B) 334.38º 0.9% 0.81% -
XYZ 28.02 14.58 13.39 -
YUV 85.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 206 21 100 0 0.90 0.51 0.19 334.38 0.81 0.45
Hex CE 15 64 0 5A 33 13 14E 51 2D
Octal 316 25 144 0 132 63 23 516 121 55
Binary 11001110 10101 1100100 0 1011010 110011 10011 101001110 1010001 101101

Color Harmonies of #CE1564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1564

Black with #CE1564

Text Example


Text Example

White with #CE1564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1564; }

 p { color: rgb(206,21,100); }

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

background-color css

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

 a { background-color: rgb(206,21,100); }

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

border-color css

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

 span { border-color: rgb(206,21,100); }

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