Html Css Color HEX #D64243 Mahogany

📋 copy color: '#D64243'

red 214 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #D64243

Tints of Mahogany #D64243

RGB

 RED value IS 214 (83.98% from 255) = 61.67%

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

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

R = 61.67%
G = 19.02%
B = 19.31%

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

#D64243 (or 0xD64243) is known color: Mahogany. HEX triplet: D6, 42 and 43. RGB value is (214,66,67). Sum of RGB (Red+Green+Blue) = 214+66+67=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64243 is #29BDBC. Grayscale: #6E6E6E. Windows color (decimal): -2735549 or 4408022. OLE color: 4408022.

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

Color convert

RGB 214 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.69 18.6 7.28 -
YUV 110.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 214 66 67 0 0.69 0.69 0.16 359.59 0.64 0.55
Hex D6 42 43 0 45 45 10 168 40 37
Octal 326 102 103 0 105 105 20 550 100 67
Binary 11010110 1000010 1000011 0 1000101 1000101 10000 101101000 1000000 110111

Color Harmonies of #D64243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64243

Black with #D64243

Text Example


Text Example

White with #D64243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64243; }

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

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

background-color css

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

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

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

border-color css

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

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

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