Html Css Color HEX #CE1461 Ruby

📋 copy color: '#CE1461'

red 206 ◦ green 20 ◦ blue 97

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

Shades of Ruby #CE1461

Tints of Ruby #CE1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 63.78%
G = 6.19%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1461 (or 0xCE1461) is known color: Ruby. HEX triplet: CE, 14 and 61. RGB value is (206,20,97). Sum of RGB (Red+Green+Blue) = 206+20+97=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1461 is #31EB9E. Grayscale: #545454. Windows color (decimal): -3271583 or 6362318. OLE color: 6362318.

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

Color convert

RGB 206 20 97 -
CMYK 0 0.90 0.53 0.19
HSL 335.16º 0.82% 0.44% -
HSV(B) 335.16º 0.9% 0.81% -
XYZ 27.86 14.49 12.64 -
YUV 84.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 206 20 97 0 0.90 0.53 0.19 335.16 0.82 0.44
Hex CE 14 61 0 5A 35 13 14F 52 2C
Octal 316 24 141 0 132 65 23 517 122 54
Binary 11001110 10100 1100001 0 1011010 110101 10011 101001111 1010010 101100

Color Harmonies of #CE1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1461

Black with #CE1461

Text Example


Text Example

White with #CE1461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1461; }

 p { color: rgb(206,20,97); }

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

background-color css

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

 a { background-color: rgb(206,20,97); }

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

border-color css

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

 span { border-color: rgb(206,20,97); }

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