Html Css Color HEX #D54145 Mahogany

📋 copy color: '#D54145'

red 213 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #D54145

Tints of Mahogany #D54145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 61.38%
G = 18.73%
B = 19.88%

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

#D54145 (or 0xD54145) is known color: Mahogany. HEX triplet: D5, 41 and 45. RGB value is (213,65,69). Sum of RGB (Red+Green+Blue) = 213+65+69=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54145 is #2ABEBA. Grayscale: #6D6D6D. Windows color (decimal): -2801339 or 4538837. OLE color: 4538837.

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

Color convert

RGB 213 65 69 -
CMYK 0 0.69 0.68 0.16
HSL 358.38º 0.64% 0.55% -
HSV(B) 358.38º 0.69% 0.84% -
XYZ 30.41 18.36 7.57 -
YUV 109.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 213 65 69 0 0.69 0.68 0.16 358.38 0.64 0.55
Hex D5 41 45 0 45 44 10 166 40 37
Octal 325 101 105 0 105 104 20 546 100 67
Binary 11010101 1000001 1000101 0 1000101 1000100 10000 101100110 1000000 110111

Color Harmonies of #D54145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54145

Black with #D54145

Text Example


Text Example

White with #D54145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54145; }

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

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

background-color css

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

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

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

border-color css

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

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

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