Html Css Color HEX #D23239 Mahogany

📋 copy color: '#D23239'

red 210 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #D23239

Tints of Mahogany #D23239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 66.25%
G = 15.77%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D23239 (or 0xD23239) is known color: Mahogany. HEX triplet: D2, 32 and 39. RGB value is (210,50,57). Sum of RGB (Red+Green+Blue) = 210+50+57=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D23239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23239 is #2DCDC6. Grayscale: #626262. Windows color (decimal): -3001799 or 3748562. OLE color: 3748562.

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

Color convert

RGB 210 50 57 -
CMYK 0 0.76 0.73 0.18
HSL 357.38º 0.64% 0.51% -
HSV(B) 357.38º 0.76% 0.82% -
XYZ 28.46 16.28 5.51 -
YUV 98.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 210 50 57 0 0.76 0.73 0.18 357.38 0.64 0.51
Hex D2 32 39 0 4C 49 12 165 40 33
Octal 322 62 71 0 114 111 22 545 100 63
Binary 11010010 110010 111001 0 1001100 1001001 10010 101100101 1000000 110011

Color Harmonies of #D23239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23239

Black with #D23239

Text Example


Text Example

White with #D23239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23239; }

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

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

background-color css

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

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

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

border-color css

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

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

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