Html Css Color HEX #D63336 Mahogany

📋 copy color: '#D63336'

red 214 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #D63336

Tints of Mahogany #D63336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 67.08%
G = 15.99%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63336 (or 0xD63336) is known color: Mahogany. HEX triplet: D6, 33 and 36. RGB value is (214,51,54). Sum of RGB (Red+Green+Blue) = 214+51+54=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63336 is #29CCC9. Grayscale: #646464. Windows color (decimal): -2739402 or 3552214. OLE color: 3552214.

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

Color convert

RGB 214 51 54 -
CMYK 0 0.76 0.75 0.16
HSL 358.9º 0.67% 0.52% -
HSV(B) 358.9º 0.76% 0.84% -
XYZ 29.58 16.93 5.2 -
YUV 100.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 214 51 54 0 0.76 0.75 0.16 358.9 0.67 0.52
Hex D6 33 36 0 4C 4B 10 167 43 34
Octal 326 63 66 0 114 113 20 547 103 64
Binary 11010110 110011 110110 0 1001100 1001011 10000 101100111 1000011 110100

Color Harmonies of #D63336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63336

Black with #D63336

Text Example


Text Example

White with #D63336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63336; }

 p { color: rgb(214,51,54); }

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

background-color css

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

 a { background-color: rgb(214,51,54); }

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

border-color css

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

 span { border-color: rgb(214,51,54); }

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