Html Css Color HEX #D63237 Mahogany

📋 copy color: '#D63237'

red 214 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #D63237

Tints of Mahogany #D63237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 67.08%
G = 15.67%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63237 (or 0xD63237) is known color: Mahogany. HEX triplet: D6, 32 and 37. RGB value is (214,50,55). Sum of RGB (Red+Green+Blue) = 214+50+55=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63237 is #29CDC8. Grayscale: #636363. Windows color (decimal): -2739657 or 3617494. OLE color: 3617494.

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

Color convert

RGB 214 50 55 -
CMYK 0 0.77 0.74 0.16
HSL 358.17º 0.67% 0.52% -
HSV(B) 358.17º 0.77% 0.84% -
XYZ 29.56 16.85 5.31 -
YUV 99.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 214 50 55 0 0.77 0.74 0.16 358.17 0.67 0.52
Hex D6 32 37 0 4D 4A 10 166 43 34
Octal 326 62 67 0 115 112 20 546 103 64
Binary 11010110 110010 110111 0 1001101 1001010 10000 101100110 1000011 110100

Color Harmonies of #D63237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63237

Black with #D63237

Text Example


Text Example

White with #D63237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63237; }

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

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

background-color css

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

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

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

border-color css

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

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

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