Html Css Color HEX #D63039 Mahogany

📋 copy color: '#D63039'

red 214 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #D63039

Tints of Mahogany #D63039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 67.08%
G = 15.05%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63039 (or 0xD63039) is known color: Mahogany. HEX triplet: D6, 30 and 39. RGB value is (214,48,57). Sum of RGB (Red+Green+Blue) = 214+48+57=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63039 is #29CFC6. Grayscale: #626262. Windows color (decimal): -2740167 or 3748054. OLE color: 3748054.

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

Color convert

RGB 214 48 57 -
CMYK 0 0.78 0.73 0.16
HSL 356.75º 0.67% 0.51% -
HSV(B) 356.75º 0.78% 0.84% -
XYZ 29.53 16.71 5.54 -
YUV 98.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 214 48 57 0 0.78 0.73 0.16 356.75 0.67 0.51
Hex D6 30 39 0 4E 49 10 165 43 33
Octal 326 60 71 0 116 111 20 545 103 63
Binary 11010110 110000 111001 0 1001110 1001001 10000 101100101 1000011 110011

Color Harmonies of #D63039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63039

Black with #D63039

Text Example


Text Example

White with #D63039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63039; }

 p { color: rgb(214,48,57); }

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

background-color css

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

 a { background-color: rgb(214,48,57); }

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

border-color css

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

 span { border-color: rgb(214,48,57); }

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