Html Css Color HEX #D62F3A Mahogany

📋 copy color: '#D62F3A'

red 214 ◦ green 47 ◦ blue 58

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

Shades of Mahogany #D62F3A

Tints of Mahogany #D62F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

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

R = 67.08%
G = 14.73%
B = 18.18%

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

#D62F3A (or 0xD62F3A) is known color: Mahogany. HEX triplet: D6, 2F and 3A. RGB value is (214,47,58). Sum of RGB (Red+Green+Blue) = 214+47+58=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F3A is #29D0C5. Grayscale: #626262. Windows color (decimal): -2740422 or 3813334. OLE color: 3813334.

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

Color convert

RGB 214 47 58 -
CMYK 0 0.78 0.73 0.16
HSL 356.05º 0.67% 0.51% -
HSV(B) 356.05º 0.78% 0.84% -
XYZ 29.51 16.63 5.66 -
YUV 98.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 214 47 58 0 0.78 0.73 0.16 356.05 0.67 0.51
Hex D6 2F 3A 0 4E 49 10 164 43 33
Octal 326 57 72 0 116 111 20 544 103 63
Binary 11010110 101111 111010 0 1001110 1001001 10000 101100100 1000011 110011

Color Harmonies of #D62F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F3A

Black with #D62F3A

Text Example


Text Example

White with #D62F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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