Html Css Color HEX #D62C2D Mahogany

📋 copy color: '#D62C2D'

red 214 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #D62C2D

Tints of Mahogany #D62C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 70.63%
G = 14.52%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D62C2D (or 0xD62C2D) is known color: Mahogany. HEX triplet: D6, 2C and 2D. RGB value is (214,44,45). Sum of RGB (Red+Green+Blue) = 214+44+45=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C2D is #29D3D2. Grayscale: #5F5F5F. Windows color (decimal): -2741203 or 2960598. OLE color: 2960598.

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

Color convert

RGB 214 44 45 -
CMYK 0 0.79 0.79 0.16
HSL 359.65º 0.67% 0.51% -
HSV(B) 359.65º 0.79% 0.84% -
XYZ 29.11 16.29 4.09 -
YUV 94.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 214 44 45 0 0.79 0.79 0.16 359.65 0.67 0.51
Hex D6 2C 2D 0 4F 4F 10 168 43 33
Octal 326 54 55 0 117 117 20 550 103 63
Binary 11010110 101100 101101 0 1001111 1001111 10000 101101000 1000011 110011

Color Harmonies of #D62C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C2D

Black with #D62C2D

Text Example


Text Example

White with #D62C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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