Html Css Color HEX #D63942 Mahogany

📋 copy color: '#D63942'

red 214 ◦ green 57 ◦ blue 66

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

Shades of Mahogany #D63942

Tints of Mahogany #D63942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 63.5%
G = 16.91%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63942 (or 0xD63942) is known color: Mahogany. HEX triplet: D6, 39 and 42. RGB value is (214,57,66). Sum of RGB (Red+Green+Blue) = 214+57+66=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63942 is #29C6BD. Grayscale: #696969. Windows color (decimal): -2737854 or 4340182. OLE color: 4340182.

HSL color Cylindrical-coordinate representation of color #D63942: hue angle of 356.56º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63942 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 66 -
CMYK 0 0.73 0.69 0.16
HSL 356.56º 0.66% 0.53% -
HSV(B) 356.56º 0.73% 0.84% -
XYZ 30.18 17.62 6.96 -
YUV 104.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 214 57 66 0 0.73 0.69 0.16 356.56 0.66 0.53
Hex D6 39 42 0 49 45 10 165 42 35
Octal 326 71 102 0 111 105 20 545 102 65
Binary 11010110 111001 1000010 0 1001001 1000101 10000 101100101 1000010 110101

Color Harmonies of #D63942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63942

Black with #D63942

Text Example


Text Example

White with #D63942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63942; }

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

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

background-color css

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

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

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

border-color css

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

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

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