Html Css Color HEX #D63540 Mahogany

📋 copy color: '#D63540'

red 214 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D63540

Tints of Mahogany #D63540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 64.65%
G = 16.01%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63540 (or 0xD63540) is known color: Mahogany. HEX triplet: D6, 35 and 40. RGB value is (214,53,64). Sum of RGB (Red+Green+Blue) = 214+53+64=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63540 is #29CABF. Grayscale: #666666. Windows color (decimal): -2738880 or 4208086. OLE color: 4208086.

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

Color convert

RGB 214 53 64 -
CMYK 0 0.75 0.70 0.16
HSL 355.9º 0.66% 0.52% -
HSV(B) 355.9º 0.75% 0.84% -
XYZ 29.93 17.21 6.6 -
YUV 102.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 214 53 64 0 0.75 0.70 0.16 355.9 0.66 0.52
Hex D6 35 40 0 4B 46 10 164 42 34
Octal 326 65 100 0 113 106 20 544 102 64
Binary 11010110 110101 1000000 0 1001011 1000110 10000 101100100 1000010 110100

Color Harmonies of #D63540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63540

Black with #D63540

Text Example


Text Example

White with #D63540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63540; }

 p { color: rgb(214,53,64); }

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

background-color css

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

 a { background-color: rgb(214,53,64); }

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

border-color css

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

 span { border-color: rgb(214,53,64); }

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