Html Css Color HEX #D23536 Mahogany

📋 copy color: '#D23536'

red 210 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #D23536

Tints of Mahogany #D23536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 66.25%
G = 16.72%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D23536 (or 0xD23536) is known color: Mahogany. HEX triplet: D2, 35 and 36. RGB value is (210,53,54). Sum of RGB (Red+Green+Blue) = 210+53+54=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D23536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23536 is #2DCAC9. Grayscale: #646464. Windows color (decimal): -3001034 or 3552722. OLE color: 3552722.

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

Color convert

RGB 210 53 54 -
CMYK 0 0.75 0.74 0.18
HSL 359.62º 0.64% 0.52% -
HSV(B) 359.62º 0.75% 0.82% -
XYZ 28.52 16.51 5.17 -
YUV 100.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 210 53 54 0 0.75 0.74 0.18 359.62 0.64 0.52
Hex D2 35 36 0 4B 4A 12 168 40 34
Octal 322 65 66 0 113 112 22 550 100 64
Binary 11010010 110101 110110 0 1001011 1001010 10010 101101000 1000000 110100

Color Harmonies of #D23536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23536

Black with #D23536

Text Example


Text Example

White with #D23536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23536; }

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

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

background-color css

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

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

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

border-color css

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

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

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