Html Css Color HEX #D63337 Mahogany

📋 copy color: '#D63337'

red 214 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #D63337

Tints of Mahogany #D63337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 66.88%
G = 15.94%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63337 (or 0xD63337) is known color: Mahogany. HEX triplet: D6, 33 and 37. RGB value is (214,51,55). Sum of RGB (Red+Green+Blue) = 214+51+55=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63337 is #29CCC8. Grayscale: #646464. Windows color (decimal): -2739401 or 3617750. OLE color: 3617750.

HSL color Cylindrical-coordinate representation of color #D63337: hue angle of 358.53º 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 #D63337 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 55 -
CMYK 0 0.76 0.74 0.16
HSL 358.53º 0.67% 0.52% -
HSV(B) 358.53º 0.76% 0.84% -
XYZ 29.6 16.94 5.32 -
YUV 100.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 214 51 55 0 0.76 0.74 0.16 358.53 0.67 0.52
Hex D6 33 37 0 4C 4A 10 167 43 34
Octal 326 63 67 0 114 112 20 547 103 64
Binary 11010110 110011 110111 0 1001100 1001010 10000 101100111 1000011 110100

Color Harmonies of #D63337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63337

Black with #D63337

Text Example


Text Example

White with #D63337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63337; }

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

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

background-color css

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

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

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

border-color css

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

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

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