Html Css Color HEX #D54243 Mahogany

📋 copy color: '#D54243'

red 213 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #D54243

Tints of Mahogany #D54243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 67 (26.56% from 255) = 19.36%

R = 61.56%
G = 19.08%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54243 (or 0xD54243) is known color: Mahogany. HEX triplet: D5, 42 and 43. RGB value is (213,66,67). Sum of RGB (Red+Green+Blue) = 213+66+67=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54243 is #2ABDBC. Grayscale: #6E6E6E. Windows color (decimal): -2801085 or 4408021. OLE color: 4408021.

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

Color convert

RGB 213 66 67 -
CMYK 0 0.69 0.69 0.16
HSL 359.59º 0.64% 0.55% -
HSV(B) 359.59º 0.69% 0.84% -
XYZ 30.4 18.45 7.27 -
YUV 110.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 213 66 67 0 0.69 0.69 0.16 359.59 0.64 0.55
Hex D5 42 43 0 45 45 10 168 40 37
Octal 325 102 103 0 105 105 20 550 100 67
Binary 11010101 1000010 1000011 0 1000101 1000101 10000 101101000 1000000 110111

Color Harmonies of #D54243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54243

Black with #D54243

Text Example


Text Example

White with #D54243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54243; }

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

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

background-color css

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

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

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

border-color css

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

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

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