Html Css Color HEX #D62E3A Mahogany

📋 copy color: '#D62E3A'

red 214 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #D62E3A

Tints of Mahogany #D62E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 67.3%
G = 14.47%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D62E3A (or 0xD62E3A) is known color: Mahogany. HEX triplet: D6, 2E and 3A. RGB value is (214,46,58). Sum of RGB (Red+Green+Blue) = 214+46+58=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E3A is #29D1C5. Grayscale: #616161. Windows color (decimal): -2740678 or 3813078. OLE color: 3813078.

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

Color convert

RGB 214 46 58 -
CMYK 0 0.79 0.73 0.16
HSL 355.71º 0.67% 0.51% -
HSV(B) 355.71º 0.79% 0.84% -
XYZ 29.47 16.56 5.65 -
YUV 97.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 214 46 58 0 0.79 0.73 0.16 355.71 0.67 0.51
Hex D6 2E 3A 0 4F 49 10 164 43 33
Octal 326 56 72 0 117 111 20 544 103 63
Binary 11010110 101110 111010 0 1001111 1001001 10000 101100100 1000011 110011

Color Harmonies of #D62E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E3A

Black with #D62E3A

Text Example


Text Example

White with #D62E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E3A; }

 p { color: rgb(214,46,58); }

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

background-color css

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

 a { background-color: rgb(214,46,58); }

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

border-color css

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

 span { border-color: rgb(214,46,58); }

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