Html Css Color HEX #D42D37 Mahogany

📋 copy color: '#D42D37'

red 212 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #D42D37

Tints of Mahogany #D42D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 67.95%
G = 14.42%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D42D37 (or 0xD42D37) is known color: Mahogany. HEX triplet: D4, 2D and 37. RGB value is (212,45,55). Sum of RGB (Red+Green+Blue) = 212+45+55=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D37 is #2BD2C8. Grayscale: #606060. Windows color (decimal): -2872009 or 3616212. OLE color: 3616212.

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

Color convert

RGB 212 45 55 -
CMYK 0 0.79 0.74 0.17
HSL 356.41º 0.66% 0.5% -
HSV(B) 356.41º 0.79% 0.83% -
XYZ 28.78 16.15 5.21 -
YUV 96.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 212 45 55 0 0.79 0.74 0.17 356.41 0.66 0.5
Hex D4 2D 37 0 4F 4A 11 164 42 32
Octal 324 55 67 0 117 112 21 544 102 62
Binary 11010100 101101 110111 0 1001111 1001010 10001 101100100 1000010 110010

Color Harmonies of #D42D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D37

Black with #D42D37

Text Example


Text Example

White with #D42D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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