Html Css Color HEX #D23236 Mahogany

📋 copy color: '#D23236'

red 210 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #D23236

Tints of Mahogany #D23236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 66.88%
G = 15.92%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D23236 (or 0xD23236) is known color: Mahogany. HEX triplet: D2, 32 and 36. RGB value is (210,50,54). Sum of RGB (Red+Green+Blue) = 210+50+54=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D23236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23236 is #2DCDC9. Grayscale: #626262. Windows color (decimal): -3001802 or 3551954. OLE color: 3551954.

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

Color convert

RGB 210 50 54 -
CMYK 0 0.76 0.74 0.18
HSL 358.5º 0.64% 0.51% -
HSV(B) 358.5º 0.76% 0.82% -
XYZ 28.38 16.25 5.13 -
YUV 98.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 210 50 54 0 0.76 0.74 0.18 358.5 0.64 0.51
Hex D2 32 36 0 4C 4A 12 166 40 33
Octal 322 62 66 0 114 112 22 546 100 63
Binary 11010010 110010 110110 0 1001100 1001010 10010 101100110 1000000 110011

Color Harmonies of #D23236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23236

Black with #D23236

Text Example


Text Example

White with #D23236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23236; }

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

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

background-color css

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

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

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

border-color css

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

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

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