Html Css Color HEX #D4353A Mahogany

📋 copy color: '#D4353A'

red 212 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #D4353A

Tints of Mahogany #D4353A

RGB

 RED value IS 212 (83.2% from 255) = 65.63%

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 65.63%
G = 16.41%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4353A (or 0xD4353A) is known color: Mahogany. HEX triplet: D4, 35 and 3A. RGB value is (212,53,58). Sum of RGB (Red+Green+Blue) = 212+53+58=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4353A is #2BCAC5. Grayscale: #656565. Windows color (decimal): -2869958 or 3814868. OLE color: 3814868.

HSL color Cylindrical-coordinate representation of color #D4353A: hue angle of 358.11º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4353A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 58 -
CMYK 0 0.75 0.73 0.17
HSL 358.11º 0.65% 0.52% -
HSV(B) 358.11º 0.75% 0.83% -
XYZ 29.19 16.85 5.72 -
YUV 101.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 212 53 58 0 0.75 0.73 0.17 358.11 0.65 0.52
Hex D4 35 3A 0 4B 49 11 166 41 34
Octal 324 65 72 0 113 111 21 546 101 64
Binary 11010100 110101 111010 0 1001011 1001001 10001 101100110 1000001 110100

Color Harmonies of #D4353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4353A

Black with #D4353A

Text Example


Text Example

White with #D4353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4353A; }

 p { color: rgb(212,53,58); }

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

background-color css

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

 a { background-color: rgb(212,53,58); }

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

border-color css

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

 span { border-color: rgb(212,53,58); }

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