Html Css Color HEX #CD3136 Mahogany

📋 copy color: '#CD3136'

red 205 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #CD3136

Tints of Mahogany #CD3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 66.56%
G = 15.91%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD3136 (or 0xCD3136) is known color: Mahogany. HEX triplet: CD, 31 and 36. RGB value is (205,49,54). Sum of RGB (Red+Green+Blue) = 205+49+54=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3136 is #32CEC9. Grayscale: #606060. Windows color (decimal): -3329738 or 3551693. OLE color: 3551693.

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

Color convert

RGB 205 49 54 -
CMYK 0 0.76 0.74 0.20
HSL 358.08º 0.61% 0.5% -
HSV(B) 358.08º 0.76% 0.8% -
XYZ 26.94 15.44 5.05 -
YUV 96.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 205 49 54 0 0.76 0.74 0.20 358.08 0.61 0.5
Hex CD 31 36 0 4C 4A 14 166 3D 32
Octal 315 61 66 0 114 112 24 546 75 62
Binary 11001101 110001 110110 0 1001100 1001010 10100 101100110 111101 110010

Color Harmonies of #CD3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3136

Black with #CD3136

Text Example


Text Example

White with #CD3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3136; }

 p { color: rgb(205,49,54); }

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

background-color css

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

 a { background-color: rgb(205,49,54); }

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

border-color css

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

 span { border-color: rgb(205,49,54); }

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