Html Css Color HEX #D62B2C Mahogany

📋 copy color: '#D62B2C'

red 214 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #D62B2C

Tints of Mahogany #D62B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 71.1%
G = 14.29%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D62B2C (or 0xD62B2C) is known color: Mahogany. HEX triplet: D6, 2B and 2C. RGB value is (214,43,44). Sum of RGB (Red+Green+Blue) = 214+43+44=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62B2C is #29D4D3. Grayscale: #5E5E5E. Windows color (decimal): -2741460 or 2894806. OLE color: 2894806.

HSL color Cylindrical-coordinate representation of color #D62B2C: hue angle of 359.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B2C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 43 44 -
CMYK 0 0.80 0.79 0.16
HSL 359.65º 0.68% 0.5% -
HSV(B) 359.65º 0.8% 0.84% -
XYZ 29.05 16.21 3.98 -
YUV 94.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 214 43 44 0 0.80 0.79 0.16 359.65 0.68 0.5
Hex D6 2B 2C 0 50 4F 10 168 44 32
Octal 326 53 54 0 120 117 20 550 104 62
Binary 11010110 101011 101100 0 1010000 1001111 10000 101101000 1000100 110010

Color Harmonies of #D62B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B2C

Black with #D62B2C

Text Example


Text Example

White with #D62B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B2C; }

 p { color: rgb(214,43,44); }

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

background-color css

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

 a { background-color: rgb(214,43,44); }

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

border-color css

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

 span { border-color: rgb(214,43,44); }

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