Html Css Color HEX #CE1E64 Ruby

📋 copy color: '#CE1E64'

red 206 ◦ green 30 ◦ blue 100

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

Shades of Ruby #CE1E64

Tints of Ruby #CE1E64

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

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

R = 61.31%
G = 8.93%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE1E64 (or 0xCE1E64) is known color: Ruby. HEX triplet: CE, 1E and 64. RGB value is (206,30,100). Sum of RGB (Red+Green+Blue) = 206+30+100=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E64 is #31E19B. Grayscale: #5A5A5A. Windows color (decimal): -3269020 or 6561486. OLE color: 6561486.

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

Color convert

RGB 206 30 100 -
CMYK 0 0.85 0.51 0.19
HSL 336.14º 0.75% 0.46% -
HSV(B) 336.14º 0.85% 0.81% -
XYZ 28.22 14.97 13.46 -
YUV 90.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 206 30 100 0 0.85 0.51 0.19 336.14 0.75 0.46
Hex CE 1E 64 0 55 33 13 150 4B 2E
Octal 316 36 144 0 125 63 23 520 113 56
Binary 11001110 11110 1100100 0 1010101 110011 10011 101010000 1001011 101110

Color Harmonies of #CE1E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E64

Black with #CE1E64

Text Example


Text Example

White with #CE1E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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