#DE135C

Color #DE135C Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DE135C

Tints of Ruby #DE135C

Color information

#DE135C (or 0xDE135C) is unknown color: approx Ruby. HEX triplet: DE, 13 and 5C. RGB value is (222,19,92). Sum of RGB (Red+Green+Blue) = 222+19+92=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE135C is #21ECA3. Grayscale: #575757. Windows color (decimal): -2223268 or 6034398. OLE color: 6034398.

HSL color Cylindrical-coordinate representation of color #DE135C: hue angle of 338.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE135C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2221992-
CMYK00.910.590.13
HSL338.42º84.23%47.25%-
HSV(B)338.42º91.44%87.06%-
XYZ32.2916.7711.66-
YUV88.02130.25223.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=66.67%
G=5.71%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222199200.910.590.13338.4284.2347.25
HexDE135C05B3BD152542f
Octal336231340133731552212457
Binary110111101001110111000101101111101111011010100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE135C; }

 p { color: rgb(222,19,92); }

 H1.HeaderClassName
 {
   color: #DE135C;
 }
 .AnyTagClassName
 {
   color: #DE135C;
 }
</style>
background-color css

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

 a { background-color: rgb(222,19,92); }

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

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

 span { border-color: rgb(222,19,92); }

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