Html Css Color HEX #D23036 Mahogany

📋 copy color: '#D23036'

red 210 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #D23036

Tints of Mahogany #D23036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 67.31%
G = 15.38%
B = 17.31%

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

#D23036 (or 0xD23036) is known color: Mahogany. HEX triplet: D2, 30 and 36. RGB value is (210,48,54). Sum of RGB (Red+Green+Blue) = 210+48+54=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23036 is #2DCFC9. Grayscale: #616161. Windows color (decimal): -3002314 or 3551442. OLE color: 3551442.

HSL color Cylindrical-coordinate representation of color #D23036: hue angle of 357.78º 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 #D23036 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 54 -
CMYK 0 0.77 0.74 0.18
HSL 357.78º 0.64% 0.51% -
HSV(B) 357.78º 0.77% 0.82% -
XYZ 28.3 16.08 5.1 -
YUV 97.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 210 48 54 0 0.77 0.74 0.18 357.78 0.64 0.51
Hex D2 30 36 0 4D 4A 12 166 40 33
Octal 322 60 66 0 115 112 22 546 100 63
Binary 11010010 110000 110110 0 1001101 1001010 10010 101100110 1000000 110011

Color Harmonies of #D23036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23036

Black with #D23036

Text Example


Text Example

White with #D23036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23036; }

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

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

background-color css

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

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

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

border-color css

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

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

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