Html Css Color HEX #D63742 Mahogany

📋 copy color: '#D63742'

red 214 ◦ green 55 ◦ blue 66

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

Shades of Mahogany #D63742

Tints of Mahogany #D63742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 63.88%
G = 16.42%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63742 (or 0xD63742) is known color: Mahogany. HEX triplet: D6, 37 and 42. RGB value is (214,55,66). Sum of RGB (Red+Green+Blue) = 214+55+66=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63742 is #29C8BD. Grayscale: #676767. Windows color (decimal): -2738366 or 4339670. OLE color: 4339670.

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

Color convert

RGB 214 55 66 -
CMYK 0 0.74 0.69 0.16
HSL 355.85º 0.66% 0.53% -
HSV(B) 355.85º 0.74% 0.84% -
XYZ 30.08 17.42 6.93 -
YUV 103.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 214 55 66 0 0.74 0.69 0.16 355.85 0.66 0.53
Hex D6 37 42 0 4A 45 10 164 42 35
Octal 326 67 102 0 112 105 20 544 102 65
Binary 11010110 110111 1000010 0 1001010 1000101 10000 101100100 1000010 110101

Color Harmonies of #D63742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63742

Black with #D63742

Text Example


Text Example

White with #D63742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63742; }

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

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

background-color css

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

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

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

border-color css

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

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

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