Html Css Color HEX #CD2B2E Mahogany

📋 copy color: '#CD2B2E'

red 205 ◦ green 43 ◦ blue 46

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

Shades of Mahogany #CD2B2E

Tints of Mahogany #CD2B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.63%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 69.73%
G = 14.63%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD2B2E (or 0xCD2B2E) is known color: Mahogany. HEX triplet: CD, 2B and 2E. RGB value is (205,43,46). Sum of RGB (Red+Green+Blue) = 205+43+46=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2B2E is #32D4D1. Grayscale: #5B5B5B. Windows color (decimal): -3331282 or 3025869. OLE color: 3025869.

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

Color convert

RGB 205 43 46 -
CMYK 0 0.79 0.78 0.20
HSL 358.89º 0.65% 0.49% -
HSV(B) 358.89º 0.79% 0.8% -
XYZ 26.53 14.9 4.06 -
YUV 91.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 205 43 46 0 0.79 0.78 0.20 358.89 0.65 0.49
Hex CD 2B 2E 0 4F 4E 14 167 41 31
Octal 315 53 56 0 117 116 24 547 101 61
Binary 11001101 101011 101110 0 1001111 1001110 10100 101100111 1000001 110001

Color Harmonies of #CD2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2B2E

Black with #CD2B2E

Text Example


Text Example

White with #CD2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2B2E; }

 p { color: rgb(205,43,46); }

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

background-color css

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

 a { background-color: rgb(205,43,46); }

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

border-color css

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

 span { border-color: rgb(205,43,46); }

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