Html Css Color HEX #D42A35 Mahogany

📋 copy color: '#D42A35'

red 212 ◦ green 42 ◦ blue 53

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

Shades of Mahogany #D42A35

Tints of Mahogany #D42A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

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

R = 69.06%
G = 13.68%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D42A35 (or 0xD42A35) is known color: Mahogany. HEX triplet: D4, 2A and 35. RGB value is (212,42,53). Sum of RGB (Red+Green+Blue) = 212+42+53=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42A35 is #2BD5CA. Grayscale: #5E5E5E. Windows color (decimal): -2872779 or 3484372. OLE color: 3484372.

HSL color Cylindrical-coordinate representation of color #D42A35: hue angle of 356.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A35 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 53 -
CMYK 0 0.80 0.75 0.17
HSL 356.12º 0.67% 0.5% -
HSV(B) 356.12º 0.8% 0.83% -
XYZ 28.62 15.91 4.93 -
YUV 94.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 212 42 53 0 0.80 0.75 0.17 356.12 0.67 0.5
Hex D4 2A 35 0 50 4B 11 164 43 32
Octal 324 52 65 0 120 113 21 544 103 62
Binary 11010100 101010 110101 0 1010000 1001011 10001 101100100 1000011 110010

Color Harmonies of #D42A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A35

Black with #D42A35

Text Example


Text Example

White with #D42A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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