Html Css Color HEX #D54344 Mahogany

📋 copy color: '#D54344'

red 213 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #D54344

Tints of Mahogany #D54344

RGB

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

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

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

R = 61.21%
G = 19.25%
B = 19.54%

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

#D54344 (or 0xD54344) is known color: Mahogany. HEX triplet: D5, 43 and 44. RGB value is (213,67,68). Sum of RGB (Red+Green+Blue) = 213+67+68=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D54344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54344 is #2ABCBB. Grayscale: #6E6E6E. Windows color (decimal): -2800828 or 4473813. OLE color: 4473813.

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

Color convert

RGB 213 67 68 -
CMYK 0 0.69 0.68 0.16
HSL 359.59º 0.63% 0.55% -
HSV(B) 359.59º 0.69% 0.84% -
XYZ 30.49 18.58 7.45 -
YUV 110.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 213 67 68 0 0.69 0.68 0.16 359.59 0.63 0.55
Hex D5 43 44 0 45 44 10 168 3F 37
Octal 325 103 104 0 105 104 20 550 77 67
Binary 11010101 1000011 1000100 0 1000101 1000100 10000 101101000 111111 110111

Color Harmonies of #D54344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54344

Black with #D54344

Text Example


Text Example

White with #D54344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54344; }

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

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

background-color css

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

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

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

border-color css

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

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

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