Html Css Color HEX #D43B42 Mahogany

📋 copy color: '#D43B42'

red 212 ◦ green 59 ◦ blue 66

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

Shades of Mahogany #D43B42

Tints of Mahogany #D43B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 62.91%
G = 17.51%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D43B42 (or 0xD43B42) is known color: Mahogany. HEX triplet: D4, 3B and 42. RGB value is (212,59,66). Sum of RGB (Red+Green+Blue) = 212+59+66=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B42 is #2BC4BD. Grayscale: #696969. Windows color (decimal): -2868414 or 4340692. OLE color: 4340692.

HSL color Cylindrical-coordinate representation of color #D43B42: hue angle of 357.25º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B42 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 59 66 -
CMYK 0 0.72 0.69 0.17
HSL 357.25º 0.64% 0.53% -
HSV(B) 357.25º 0.72% 0.83% -
XYZ 29.7 17.52 6.97 -
YUV 105.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 212 59 66 0 0.72 0.69 0.17 357.25 0.64 0.53
Hex D4 3B 42 0 48 45 11 165 40 35
Octal 324 73 102 0 110 105 21 545 100 65
Binary 11010100 111011 1000010 0 1001000 1000101 10001 101100101 1000000 110101

Color Harmonies of #D43B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B42

Black with #D43B42

Text Example


Text Example

White with #D43B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B42; }

 p { color: rgb(212,59,66); }

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

background-color css

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

 a { background-color: rgb(212,59,66); }

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

border-color css

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

 span { border-color: rgb(212,59,66); }

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