Html Css Color HEX #D42B30 Mahogany

📋 copy color: '#D42B30'

red 212 ◦ green 43 ◦ blue 48

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

Shades of Mahogany #D42B30

Tints of Mahogany #D42B30

RGB

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

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

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

R = 69.97%
G = 14.19%
B = 15.84%

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

#D42B30 (or 0xD42B30) is known color: Mahogany. HEX triplet: D4, 2B and 30. RGB value is (212,43,48). Sum of RGB (Red+Green+Blue) = 212+43+48=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B30 is #2BD4CF. Grayscale: #5E5E5E. Windows color (decimal): -2872528 or 3156948. OLE color: 3156948.

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

Color convert

RGB 212 43 48 -
CMYK 0 0.80 0.77 0.17
HSL 358.22º 0.66% 0.5% -
HSV(B) 358.22º 0.8% 0.83% -
XYZ 28.55 15.94 4.37 -
YUV 94.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 212 43 48 0 0.80 0.77 0.17 358.22 0.66 0.5
Hex D4 2B 30 0 50 4D 11 166 42 32
Octal 324 53 60 0 120 115 21 546 102 62
Binary 11010100 101011 110000 0 1010000 1001101 10001 101100110 1000010 110010

Color Harmonies of #D42B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B30

Black with #D42B30

Text Example


Text Example

White with #D42B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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