Html Css Color HEX #D42D34 Mahogany

📋 copy color: '#D42D34'

red 212 ◦ green 45 ◦ blue 52

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

Shades of Mahogany #D42D34

Tints of Mahogany #D42D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.56%

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 68.61%
G = 14.56%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D42D34 (or 0xD42D34) is known color: Mahogany. HEX triplet: D4, 2D and 34. RGB value is (212,45,52). Sum of RGB (Red+Green+Blue) = 212+45+52=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D34 is #2BD2CB. Grayscale: #5F5F5F. Windows color (decimal): -2872012 or 3419604. OLE color: 3419604.

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

Color convert

RGB 212 45 52 -
CMYK 0 0.79 0.75 0.17
HSL 357.49º 0.66% 0.5% -
HSV(B) 357.49º 0.79% 0.83% -
XYZ 28.71 16.12 4.85 -
YUV 95.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 212 45 52 0 0.79 0.75 0.17 357.49 0.66 0.5
Hex D4 2D 34 0 4F 4B 11 165 42 32
Octal 324 55 64 0 117 113 21 545 102 62
Binary 11010100 101101 110100 0 1001111 1001011 10001 101100101 1000010 110010

Color Harmonies of #D42D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D34

Black with #D42D34

Text Example


Text Example

White with #D42D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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