Html Css Color HEX #D54347 Mahogany

📋 copy color: '#D54347'

red 213 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #D54347

Tints of Mahogany #D54347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 71 (28.13% from 255) = 20.23%

R = 60.68%
G = 19.09%
B = 20.23%

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

#D54347 (or 0xD54347) is known color: Mahogany. HEX triplet: D5, 43 and 47. RGB value is (213,67,71). Sum of RGB (Red+Green+Blue) = 213+67+71=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54347 is #2ABCB8. Grayscale: #6F6F6F. Windows color (decimal): -2800825 or 4670421. OLE color: 4670421.

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

Color convert

RGB 213 67 71 -
CMYK 0 0.69 0.67 0.16
HSL 358.36º 0.63% 0.55% -
HSV(B) 358.36º 0.69% 0.84% -
XYZ 30.59 18.62 7.94 -
YUV 111.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 213 67 71 0 0.69 0.67 0.16 358.36 0.63 0.55
Hex D5 43 47 0 45 43 10 166 3F 37
Octal 325 103 107 0 105 103 20 546 77 67
Binary 11010101 1000011 1000111 0 1000101 1000011 10000 101100110 111111 110111

Color Harmonies of #D54347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54347

Black with #D54347

Text Example


Text Example

White with #D54347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54347; }

 p { color: rgb(213,67,71); }

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

background-color css

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

 a { background-color: rgb(213,67,71); }

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

border-color css

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

 span { border-color: rgb(213,67,71); }

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