Html Css Color HEX #D54144 Mahogany

📋 copy color: '#D54144'

red 213 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D54144

Tints of Mahogany #D54144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 61.56%
G = 18.79%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D54144 (or 0xD54144) is known color: Mahogany. HEX triplet: D5, 41 and 44. RGB value is (213,65,68). Sum of RGB (Red+Green+Blue) = 213+65+68=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54144 is #2ABEBB. Grayscale: #6D6D6D. Windows color (decimal): -2801340 or 4473301. OLE color: 4473301.

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

Color convert

RGB 213 65 68 -
CMYK 0 0.69 0.68 0.16
HSL 358.78º 0.64% 0.55% -
HSV(B) 358.78º 0.69% 0.84% -
XYZ 30.37 18.34 7.41 -
YUV 109.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 213 65 68 0 0.69 0.68 0.16 358.78 0.64 0.55
Hex D5 41 44 0 45 44 10 167 40 37
Octal 325 101 104 0 105 104 20 547 100 67
Binary 11010101 1000001 1000100 0 1000101 1000100 10000 101100111 1000000 110111

Color Harmonies of #D54144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54144

Black with #D54144

Text Example


Text Example

White with #D54144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54144; }

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

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

background-color css

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

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

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

border-color css

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

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

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