Html Css Color HEX #D54148 Mahogany

📋 copy color: '#D54148'

red 213 ◦ green 65 ◦ blue 72

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

Shades of Mahogany #D54148

Tints of Mahogany #D54148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 60.86%
G = 18.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54148 (or 0xD54148) is known color: Mahogany. HEX triplet: D5, 41 and 48. RGB value is (213,65,72). Sum of RGB (Red+Green+Blue) = 213+65+72=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54148 is #2ABEB7. Grayscale: #6E6E6E. Windows color (decimal): -2801336 or 4735445. OLE color: 4735445.

HSL color Cylindrical-coordinate representation of color #D54148: hue angle of 357.16º 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 #D54148 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 72 -
CMYK 0 0.69 0.66 0.16
HSL 357.16º 0.64% 0.55% -
HSV(B) 357.16º 0.69% 0.84% -
XYZ 30.5 18.39 8.07 -
YUV 110.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 213 65 72 0 0.69 0.66 0.16 357.16 0.64 0.55
Hex D5 41 48 0 45 42 10 165 40 37
Octal 325 101 110 0 105 102 20 545 100 67
Binary 11010101 1000001 1001000 0 1000101 1000010 10000 101100101 1000000 110111

Color Harmonies of #D54148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54148

Black with #D54148

Text Example


Text Example

White with #D54148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54148; }

 p { color: rgb(213,65,72); }

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

background-color css

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

 a { background-color: rgb(213,65,72); }

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

border-color css

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

 span { border-color: rgb(213,65,72); }

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