Html Css Color HEX #CD2E3A Mahogany

📋 copy color: '#CD2E3A'

red 205 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #CD2E3A

Tints of Mahogany #CD2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 66.34%
G = 14.89%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD2E3A (or 0xCD2E3A) is known color: Mahogany. HEX triplet: CD, 2E and 3A. RGB value is (205,46,58). Sum of RGB (Red+Green+Blue) = 205+46+58=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2E3A is #32D1C5. Grayscale: #5F5F5F. Windows color (decimal): -3330502 or 3813069. OLE color: 3813069.

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

Color convert

RGB 205 46 58 -
CMYK 0 0.78 0.72 0.20
HSL 355.47º 0.63% 0.49% -
HSV(B) 355.47º 0.78% 0.8% -
XYZ 26.92 15.24 5.53 -
YUV 94.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 205 46 58 0 0.78 0.72 0.20 355.47 0.63 0.49
Hex CD 2E 3A 0 4E 48 14 163 3F 31
Octal 315 56 72 0 116 110 24 543 77 61
Binary 11001101 101110 111010 0 1001110 1001000 10100 101100011 111111 110001

Color Harmonies of #CD2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2E3A

Black with #CD2E3A

Text Example


Text Example

White with #CD2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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