Html Css Color HEX #CE1950 Ruby

📋 copy color: '#CE1950'

red 206 ◦ green 25 ◦ blue 80

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

Shades of Ruby #CE1950

Tints of Ruby #CE1950

RGB

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

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

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

R = 66.24%
G = 8.04%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE1950 (or 0xCE1950) is known color: Ruby. HEX triplet: CE, 19 and 50. RGB value is (206,25,80). Sum of RGB (Red+Green+Blue) = 206+25+80=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1950 is #31E6AF. Grayscale: #555555. Windows color (decimal): -3270320 or 5249486. OLE color: 5249486.

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

Color convert

RGB 206 25 80 -
CMYK 0 0.88 0.61 0.19
HSL 341.77º 0.78% 0.45% -
HSV(B) 341.77º 0.88% 0.81% -
XYZ 27.25 14.4 8.93 -
YUV 85.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 206 25 80 0 0.88 0.61 0.19 341.77 0.78 0.45
Hex CE 19 50 0 58 3D 13 156 4E 2D
Octal 316 31 120 0 130 75 23 526 116 55
Binary 11001110 11001 1010000 0 1011000 111101 10011 101010110 1001110 101101

Color Harmonies of #CE1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1950

Black with #CE1950

Text Example


Text Example

White with #CE1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1950; }

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

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

background-color css

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

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

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

border-color css

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

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

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