Html Css Color HEX #D43035 Mahogany

📋 copy color: '#D43035'

red 212 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #D43035

Tints of Mahogany #D43035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 67.73%
G = 15.34%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43035 (or 0xD43035) is known color: Mahogany. HEX triplet: D4, 30 and 35. RGB value is (212,48,53). Sum of RGB (Red+Green+Blue) = 212+48+53=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D43035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43035 is #2BCFCA. Grayscale: #616161. Windows color (decimal): -2871243 or 3485908. OLE color: 3485908.

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

Color convert

RGB 212 48 53 -
CMYK 0 0.77 0.75 0.17
HSL 358.17º 0.66% 0.51% -
HSV(B) 358.17º 0.77% 0.83% -
XYZ 28.85 16.37 5.01 -
YUV 97.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 212 48 53 0 0.77 0.75 0.17 358.17 0.66 0.51
Hex D4 30 35 0 4D 4B 11 166 42 33
Octal 324 60 65 0 115 113 21 546 102 63
Binary 11010100 110000 110101 0 1001101 1001011 10001 101100110 1000010 110011

Color Harmonies of #D43035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43035

Black with #D43035

Text Example


Text Example

White with #D43035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43035; }

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

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

background-color css

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

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

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

border-color css

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

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

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