Html Css Color HEX #D42B2F Mahogany

📋 copy color: '#D42B2F'

red 212 ◦ green 43 ◦ blue 47

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

Shades of Mahogany #D42B2F

Tints of Mahogany #D42B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 70.2%
G = 14.24%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D42B2F (or 0xD42B2F) is known color: Mahogany. HEX triplet: D4, 2B and 2F. RGB value is (212,43,47). Sum of RGB (Red+Green+Blue) = 212+43+47=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B2F is #2BD4D0. Grayscale: #5E5E5E. Windows color (decimal): -2872529 or 3091412. OLE color: 3091412.

HSL color Cylindrical-coordinate representation of color #D42B2F: hue angle of 358.58º degrees, saturation: 0.66, 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 #D42B2F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 43 47 -
CMYK 0 0.80 0.78 0.17
HSL 358.58º 0.66% 0.5% -
HSV(B) 358.58º 0.8% 0.83% -
XYZ 28.53 15.93 4.26 -
YUV 93.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 212 43 47 0 0.80 0.78 0.17 358.58 0.66 0.5
Hex D4 2B 2F 0 50 4E 11 167 42 32
Octal 324 53 57 0 120 116 21 547 102 62
Binary 11010100 101011 101111 0 1010000 1001110 10001 101100111 1000010 110010

Color Harmonies of #D42B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B2F

Black with #D42B2F

Text Example


Text Example

White with #D42B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B2F; }

 p { color: rgb(212,43,47); }

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

background-color css

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

 a { background-color: rgb(212,43,47); }

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

border-color css

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

 span { border-color: rgb(212,43,47); }

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