Html Css Color HEX #CE1650 Ruby

📋 copy color: '#CE1650'

red 206 ◦ green 22 ◦ blue 80

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

Shades of Ruby #CE1650

Tints of Ruby #CE1650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 66.88%
G = 7.14%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE1650 (or 0xCE1650) is known color: Ruby. HEX triplet: CE, 16 and 50. RGB value is (206,22,80). Sum of RGB (Red+Green+Blue) = 206+22+80=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1650 is #31E9AF. Grayscale: #535353. Windows color (decimal): -3271088 or 5248718. OLE color: 5248718.

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

Color convert

RGB 206 22 80 -
CMYK 0 0.89 0.61 0.19
HSL 341.09º 0.81% 0.45% -
HSV(B) 341.09º 0.89% 0.81% -
XYZ 27.19 14.27 8.91 -
YUV 83.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 206 22 80 0 0.89 0.61 0.19 341.09 0.81 0.45
Hex CE 16 50 0 59 3D 13 155 51 2D
Octal 316 26 120 0 131 75 23 525 121 55
Binary 11001110 10110 1010000 0 1011001 111101 10011 101010101 1010001 101101

Color Harmonies of #CE1650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1650

Black with #CE1650

Text Example


Text Example

White with #CE1650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1650; }

 p { color: rgb(206,22,80); }

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

background-color css

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

 a { background-color: rgb(206,22,80); }

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

border-color css

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

 span { border-color: rgb(206,22,80); }

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