#CD134F

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

Shades of Ruby #CD134F

Tints of Ruby #CD134F

Color information

#CD134F (or 0xCD134F) is unknown color: approx Ruby. HEX triplet: CD, 13 and 4F. RGB value is (205,19,79). Sum of RGB (Red+Green+Blue) = 205+19+79=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD134F is #32ECB0. Grayscale: #515151. Windows color (decimal): -3337393 or 5182413. OLE color: 5182413.

HSL color Cylindrical-coordinate representation of color #CD134F: hue angle of 340.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD134F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2051979-
CMYK00.910.610.20
HSL340.65º83.04%43.92%-
HSV(B)340.65º90.73%80.39%-
XYZ26.8214.018.69-
YUV81.45126.62216.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.66%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=67.66%
G=6.27%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205197900.910.610.20340.6583.0443.92
HexCD134F05B3D14155532c
Octal315231170133752452512354
Binary1100110110011100111101011011111101101001010101011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD134F; }

 p { color: rgb(205,19,79); }

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

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

 a { background-color: rgb(205,19,79); }

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

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

 span { border-color: rgb(205,19,79); }

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