Html Css Color HEX #D63238 Mahogany

📋 copy color: '#D63238'

red 214 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #D63238

Tints of Mahogany #D63238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 66.88%
G = 15.63%
B = 17.5%

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

#D63238 (or 0xD63238) is known color: Mahogany. HEX triplet: D6, 32 and 38. RGB value is (214,50,56). Sum of RGB (Red+Green+Blue) = 214+50+56=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63238 is #29CDC7. Grayscale: #636363. Windows color (decimal): -2739656 or 3683030. OLE color: 3683030.

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

Color convert

RGB 214 50 56 -
CMYK 0 0.77 0.74 0.16
HSL 357.8º 0.67% 0.52% -
HSV(B) 357.8º 0.77% 0.84% -
XYZ 29.59 16.86 5.44 -
YUV 99.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 214 50 56 0 0.77 0.74 0.16 357.8 0.67 0.52
Hex D6 32 38 0 4D 4A 10 166 43 34
Octal 326 62 70 0 115 112 20 546 103 64
Binary 11010110 110010 111000 0 1001101 1001010 10000 101100110 1000011 110100

Color Harmonies of #D63238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63238

Black with #D63238

Text Example


Text Example

White with #D63238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63238; }

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

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

background-color css

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

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

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

border-color css

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

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

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