Html Css Color HEX #CE1E5E Ruby

📋 copy color: '#CE1E5E'

red 206 ◦ green 30 ◦ blue 94

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

Shades of Ruby #CE1E5E

Tints of Ruby #CE1E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 62.42%
G = 9.09%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE1E5E (or 0xCE1E5E) is known color: Ruby. HEX triplet: CE, 1E and 5E. RGB value is (206,30,94). Sum of RGB (Red+Green+Blue) = 206+30+94=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E5E is #31E1A1. Grayscale: #595959. Windows color (decimal): -3269026 or 6168270. OLE color: 6168270.

HSL color Cylindrical-coordinate representation of color #CE1E5E: hue angle of 338.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E5E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 94 -
CMYK 0 0.85 0.54 0.19
HSL 338.18º 0.75% 0.46% -
HSV(B) 338.18º 0.85% 0.81% -
XYZ 27.94 14.86 11.99 -
YUV 89.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 206 30 94 0 0.85 0.54 0.19 338.18 0.75 0.46
Hex CE 1E 5E 0 55 36 13 152 4B 2E
Octal 316 36 136 0 125 66 23 522 113 56
Binary 11001110 11110 1011110 0 1010101 110110 10011 101010010 1001011 101110

Color Harmonies of #CE1E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E5E

Black with #CE1E5E

Text Example


Text Example

White with #CE1E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E5E; }

 p { color: rgb(206,30,94); }

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

background-color css

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

 a { background-color: rgb(206,30,94); }

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

border-color css

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

 span { border-color: rgb(206,30,94); }

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