Html Css Color HEX #D23233 Mahogany

📋 copy color: '#D23233'

red 210 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #D23233

Tints of Mahogany #D23233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 67.52%
G = 16.08%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23233 (or 0xD23233) is known color: Mahogany. HEX triplet: D2, 32 and 33. RGB value is (210,50,51). Sum of RGB (Red+Green+Blue) = 210+50+51=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D23233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23233 is #2DCDCC. Grayscale: #626262. Windows color (decimal): -3001805 or 3355346. OLE color: 3355346.

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

Color convert

RGB 210 50 51 -
CMYK 0 0.76 0.76 0.18
HSL 359.63º 0.64% 0.51% -
HSV(B) 359.63º 0.76% 0.82% -
XYZ 28.32 16.22 4.77 -
YUV 97.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 210 50 51 0 0.76 0.76 0.18 359.63 0.64 0.51
Hex D2 32 33 0 4C 4C 12 168 40 33
Octal 322 62 63 0 114 114 22 550 100 63
Binary 11010010 110010 110011 0 1001100 1001100 10010 101101000 1000000 110011

Color Harmonies of #D23233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23233

Black with #D23233

Text Example


Text Example

White with #D23233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23233; }

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

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

background-color css

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

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

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

border-color css

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

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

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