Html Css Color HEX #CE1E65 Ruby

📋 copy color: '#CE1E65'

red 206 ◦ green 30 ◦ blue 101

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

Shades of Ruby #CE1E65

Tints of Ruby #CE1E65

RGB

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

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

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

R = 61.13%
G = 8.9%
B = 29.97%

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

#CE1E65 (or 0xCE1E65) is known color: Ruby. HEX triplet: CE, 1E and 65. RGB value is (206,30,101). Sum of RGB (Red+Green+Blue) = 206+30+101=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E65 is #31E19A. Grayscale: #5A5A5A. Windows color (decimal): -3269019 or 6627022. OLE color: 6627022.

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

Color convert

RGB 206 30 101 -
CMYK 0 0.85 0.51 0.19
HSL 335.8º 0.75% 0.46% -
HSV(B) 335.8º 0.85% 0.81% -
XYZ 28.27 14.99 13.72 -
YUV 90.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 206 30 101 0 0.85 0.51 0.19 335.8 0.75 0.46
Hex CE 1E 65 0 55 33 13 150 4B 2E
Octal 316 36 145 0 125 63 23 520 113 56
Binary 11001110 11110 1100101 0 1010101 110011 10011 101010000 1001011 101110

Color Harmonies of #CE1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E65

Black with #CE1E65

Text Example


Text Example

White with #CE1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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