Html Css Color HEX #D63038 Mahogany

📋 copy color: '#D63038'

red 214 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #D63038

Tints of Mahogany #D63038

RGB

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

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

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

R = 67.3%
G = 15.09%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63038 (or 0xD63038) is known color: Mahogany. HEX triplet: D6, 30 and 38. RGB value is (214,48,56). Sum of RGB (Red+Green+Blue) = 214+48+56=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D63038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63038 is #29CFC7. Grayscale: #626262. Windows color (decimal): -2740168 or 3682518. OLE color: 3682518.

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

Color convert

RGB 214 48 56 -
CMYK 0 0.78 0.74 0.16
HSL 357.11º 0.67% 0.51% -
HSV(B) 357.11º 0.78% 0.84% -
XYZ 29.5 16.7 5.41 -
YUV 98.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 214 48 56 0 0.78 0.74 0.16 357.11 0.67 0.51
Hex D6 30 38 0 4E 4A 10 165 43 33
Octal 326 60 70 0 116 112 20 545 103 63
Binary 11010110 110000 111000 0 1001110 1001010 10000 101100101 1000011 110011

Color Harmonies of #D63038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63038

Black with #D63038

Text Example


Text Example

White with #D63038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63038; }

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

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

background-color css

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

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

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

border-color css

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

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

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