Html Css Color HEX #CE1551 Ruby

📋 copy color: '#CE1551'

red 206 ◦ green 21 ◦ blue 81

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

Shades of Ruby #CE1551

Tints of Ruby #CE1551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 66.88%
G = 6.82%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE1551 (or 0xCE1551) is known color: Ruby. HEX triplet: CE, 15 and 51. RGB value is (206,21,81). Sum of RGB (Red+Green+Blue) = 206+21+81=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1551 is #31EAAE. Grayscale: #535353. Windows color (decimal): -3271343 or 5313998. OLE color: 5313998.

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

Color convert

RGB 206 21 81 -
CMYK 0 0.90 0.61 0.19
HSL 340.54º 0.81% 0.45% -
HSV(B) 340.54º 0.9% 0.81% -
XYZ 27.21 14.25 9.1 -
YUV 83.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 206 21 81 0 0.90 0.61 0.19 340.54 0.81 0.45
Hex CE 15 51 0 5A 3D 13 155 51 2D
Octal 316 25 121 0 132 75 23 525 121 55
Binary 11001110 10101 1010001 0 1011010 111101 10011 101010101 1010001 101101

Color Harmonies of #CE1551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1551

Black with #CE1551

Text Example


Text Example

White with #CE1551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1551; }

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

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

background-color css

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

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

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

border-color css

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

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

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