Html Css Color HEX #D42A30 Mahogany

📋 copy color: '#D42A30'

red 212 ◦ green 42 ◦ blue 48

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

Shades of Mahogany #D42A30

Tints of Mahogany #D42A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 70.2%
G = 13.91%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D42A30 (or 0xD42A30) is known color: Mahogany. HEX triplet: D4, 2A and 30. RGB value is (212,42,48). Sum of RGB (Red+Green+Blue) = 212+42+48=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42A30 is #2BD5CF. Grayscale: #5D5D5D. Windows color (decimal): -2872784 or 3156692. OLE color: 3156692.

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

Color convert

RGB 212 42 48 -
CMYK 0 0.80 0.77 0.17
HSL 357.88º 0.67% 0.5% -
HSV(B) 357.88º 0.8% 0.83% -
XYZ 28.51 15.87 4.36 -
YUV 93.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 212 42 48 0 0.80 0.77 0.17 357.88 0.67 0.5
Hex D4 2A 30 0 50 4D 11 166 43 32
Octal 324 52 60 0 120 115 21 546 103 62
Binary 11010100 101010 110000 0 1010000 1001101 10001 101100110 1000011 110010

Color Harmonies of #D42A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A30

Black with #D42A30

Text Example


Text Example

White with #D42A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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