Html Css Color HEX #CE155E Ruby

📋 copy color: '#CE155E'

red 206 ◦ green 21 ◦ blue 94

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

Shades of Ruby #CE155E

Tints of Ruby #CE155E

RGB

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

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

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

R = 64.17%
G = 6.54%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE155E (or 0xCE155E) is known color: Ruby. HEX triplet: CE, 15 and 5E. RGB value is (206,21,94). Sum of RGB (Red+Green+Blue) = 206+21+94=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155E is #31EAA1. Grayscale: #545454. Windows color (decimal): -3271330 or 6165966. OLE color: 6165966.

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

Color convert

RGB 206 21 94 -
CMYK 0 0.90 0.54 0.19
HSL 336.32º 0.81% 0.45% -
HSV(B) 336.32º 0.9% 0.81% -
XYZ 27.74 14.47 11.92 -
YUV 84.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 206 21 94 0 0.90 0.54 0.19 336.32 0.81 0.45
Hex CE 15 5E 0 5A 36 13 150 51 2D
Octal 316 25 136 0 132 66 23 520 121 55
Binary 11001110 10101 1011110 0 1011010 110110 10011 101010000 1010001 101101

Color Harmonies of #CE155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE155E

Black with #CE155E

Text Example


Text Example

White with #CE155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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