Html Css Color HEX #D43435 Mahogany

📋 copy color: '#D43435'

red 212 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #D43435

Tints of Mahogany #D43435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 66.88%
G = 16.4%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43435 (or 0xD43435) is known color: Mahogany. HEX triplet: D4, 34 and 35. RGB value is (212,52,53). Sum of RGB (Red+Green+Blue) = 212+52+53=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D43435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43435 is #2BCBCA. Grayscale: #646464. Windows color (decimal): -2870219 or 3486932. OLE color: 3486932.

HSL color Cylindrical-coordinate representation of color #D43435: hue angle of 359.62º 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 #D43435 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 53 -
CMYK 0 0.75 0.75 0.17
HSL 359.63º 0.65% 0.52% -
HSV(B) 359.63º 0.75% 0.83% -
XYZ 29.02 16.71 5.06 -
YUV 99.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 212 52 53 0 0.75 0.75 0.17 359.63 0.65 0.52
Hex D4 34 35 0 4B 4B 11 168 41 34
Octal 324 64 65 0 113 113 21 550 101 64
Binary 11010100 110100 110101 0 1001011 1001011 10001 101101000 1000001 110100

Color Harmonies of #D43435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43435

Black with #D43435

Text Example


Text Example

White with #D43435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43435; }

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

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

background-color css

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

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

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

border-color css

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

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

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