Html Css Color HEX #D42D38 Mahogany

📋 copy color: '#D42D38'

red 212 ◦ green 45 ◦ blue 56

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

Shades of Mahogany #D42D38

Tints of Mahogany #D42D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 67.73%
G = 14.38%
B = 17.89%

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

#D42D38 (or 0xD42D38) is known color: Mahogany. HEX triplet: D4, 2D and 38. RGB value is (212,45,56). Sum of RGB (Red+Green+Blue) = 212+45+56=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D38 is #2BD2C7. Grayscale: #606060. Windows color (decimal): -2872008 or 3681748. OLE color: 3681748.

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

Color convert

RGB 212 45 56 -
CMYK 0 0.79 0.74 0.17
HSL 356.05º 0.66% 0.5% -
HSV(B) 356.05º 0.79% 0.83% -
XYZ 28.8 16.16 5.34 -
YUV 96.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 212 45 56 0 0.79 0.74 0.17 356.05 0.66 0.5
Hex D4 2D 38 0 4F 4A 11 164 42 32
Octal 324 55 70 0 117 112 21 544 102 62
Binary 11010100 101101 111000 0 1001111 1001010 10001 101100100 1000010 110010

Color Harmonies of #D42D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D38

Black with #D42D38

Text Example


Text Example

White with #D42D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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