Html Css Color HEX #CD242D Mahogany

📋 copy color: '#CD242D'

red 205 ◦ green 36 ◦ blue 45

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

Shades of Mahogany #CD242D

Tints of Mahogany #CD242D

RGB

 RED value IS 205 (80.47% from 255) = 71.68%

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 71.68%
G = 12.59%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD242D (or 0xCD242D) is known color: Mahogany. HEX triplet: CD, 24 and 2D. RGB value is (205,36,45). Sum of RGB (Red+Green+Blue) = 205+36+45=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD242D is #32DBD2. Grayscale: #575757. Windows color (decimal): -3333075 or 2958541. OLE color: 2958541.

HSL color Cylindrical-coordinate representation of color #CD242D: hue angle of 356.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD242D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 45 -
CMYK 0 0.82 0.78 0.20
HSL 356.8º 0.7% 0.47% -
HSV(B) 356.8º 0.82% 0.8% -
XYZ 26.28 14.43 3.88 -
YUV 87.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 205 36 45 0 0.82 0.78 0.20 356.8 0.7 0.47
Hex CD 24 2D 0 52 4E 14 165 46 2F
Octal 315 44 55 0 122 116 24 545 106 57
Binary 11001101 100100 101101 0 1010010 1001110 10100 101100101 1000110 101111

Color Harmonies of #CD242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD242D

Black with #CD242D

Text Example


Text Example

White with #CD242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD242D; }

 p { color: rgb(205,36,45); }

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

background-color css

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

 a { background-color: rgb(205,36,45); }

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

border-color css

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

 span { border-color: rgb(205,36,45); }

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