Html Css Color HEX #D54246 Mahogany

📋 copy color: '#D54246'

red 213 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #D54246

Tints of Mahogany #D54246

RGB

 RED value IS 213 (83.59% from 255) = 61.03%

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 61.03%
G = 18.91%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54246 (or 0xD54246) is known color: Mahogany. HEX triplet: D5, 42 and 46. RGB value is (213,66,70). Sum of RGB (Red+Green+Blue) = 213+66+70=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D54246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54246 is #2ABDB9. Grayscale: #6E6E6E. Windows color (decimal): -2801082 or 4604629. OLE color: 4604629.

HSL color Cylindrical-coordinate representation of color #D54246: hue angle of 358.37º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54246 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 70 -
CMYK 0 0.69 0.67 0.16
HSL 358.37º 0.64% 0.55% -
HSV(B) 358.37º 0.69% 0.84% -
XYZ 30.49 18.48 7.76 -
YUV 110.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 213 66 70 0 0.69 0.67 0.16 358.37 0.64 0.55
Hex D5 42 46 0 45 43 10 166 40 37
Octal 325 102 106 0 105 103 20 546 100 67
Binary 11010101 1000010 1000110 0 1000101 1000011 10000 101100110 1000000 110111

Color Harmonies of #D54246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54246

Black with #D54246

Text Example


Text Example

White with #D54246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54246; }

 p { color: rgb(213,66,70); }

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

background-color css

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

 a { background-color: rgb(213,66,70); }

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

border-color css

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

 span { border-color: rgb(213,66,70); }

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