Html Css Color HEX #CE1964 Ruby

📋 copy color: '#CE1964'

red 206 ◦ green 25 ◦ blue 100

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

Shades of Ruby #CE1964

Tints of Ruby #CE1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 62.24%
G = 7.55%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE1964 (or 0xCE1964) is known color: Ruby. HEX triplet: CE, 19 and 64. RGB value is (206,25,100). Sum of RGB (Red+Green+Blue) = 206+25+100=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1964 is #31E69B. Grayscale: #575757. Windows color (decimal): -3270300 or 6560206. OLE color: 6560206.

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

Color convert

RGB 206 25 100 -
CMYK 0 0.88 0.51 0.19
HSL 335.14º 0.78% 0.45% -
HSV(B) 335.14º 0.88% 0.81% -
XYZ 28.1 14.74 13.42 -
YUV 87.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 206 25 100 0 0.88 0.51 0.19 335.14 0.78 0.45
Hex CE 19 64 0 58 33 13 14F 4E 2D
Octal 316 31 144 0 130 63 23 517 116 55
Binary 11001110 11001 1100100 0 1011000 110011 10011 101001111 1001110 101101

Color Harmonies of #CE1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1964

Black with #CE1964

Text Example


Text Example

White with #CE1964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1964; }

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

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

background-color css

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

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

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

border-color css

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

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

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