#CD2F35

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

Shades of Mahogany #CD2F35

Tints of Mahogany #CD2F35

Color information

#CD2F35 (or 0xCD2F35) is unknown color: approx Mahogany. HEX triplet: CD, 2F and 35. RGB value is (205,47,53). Sum of RGB (Red+Green+Blue) = 205+47+53=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2F35 is #32D0CA. Grayscale: #5F5F5F. Windows color (decimal): -3330251 or 3485645. OLE color: 3485645.

HSL color Cylindrical-coordinate representation of color #CD2F35: hue angle of 357.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F35 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2054753-
CMYK00.770.740.20
HSL357.72º62.7%49.41%-
HSV(B)357.72º77.07%80.39%-
XYZ26.8415.274.9-
YUV94.93104.35206.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.21%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=67.21%
G=15.41%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205475300.770.740.20357.7262.749.41
HexCD2F3504D4A141663f31
Octal31557650115112245467761
Binary1100110110111111010101001101100101010100101100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2F35; }

 p { color: rgb(205,47,53); }

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

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

 a { background-color: rgb(205,47,53); }

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

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

 span { border-color: rgb(205,47,53); }

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