Html Css Color HEX #D23136 Mahogany

📋 copy color: '#D23136'

red 210 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #D23136

Tints of Mahogany #D23136

RGB

 RED value IS 210 (82.42% from 255) = 67.09%

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 67.09%
G = 15.65%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D23136 (or 0xD23136) is known color: Mahogany. HEX triplet: D2, 31 and 36. RGB value is (210,49,54). Sum of RGB (Red+Green+Blue) = 210+49+54=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23136 is #2DCEC9. Grayscale: #616161. Windows color (decimal): -3002058 or 3551698. OLE color: 3551698.

HSL color Cylindrical-coordinate representation of color #D23136: hue angle of 358.14º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23136 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 54 -
CMYK 0 0.77 0.74 0.18
HSL 358.14º 0.64% 0.51% -
HSV(B) 358.14º 0.77% 0.82% -
XYZ 28.34 16.16 5.12 -
YUV 97.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 210 49 54 0 0.77 0.74 0.18 358.14 0.64 0.51
Hex D2 31 36 0 4D 4A 12 166 40 33
Octal 322 61 66 0 115 112 22 546 100 63
Binary 11010010 110001 110110 0 1001101 1001010 10010 101100110 1000000 110011

Color Harmonies of #D23136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23136

Black with #D23136

Text Example


Text Example

White with #D23136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23136; }

 p { color: rgb(210,49,54); }

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

background-color css

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

 a { background-color: rgb(210,49,54); }

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

border-color css

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

 span { border-color: rgb(210,49,54); }

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