Html Css Color HEX #D23033 Mahogany

📋 copy color: '#D23033'

red 210 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #D23033

Tints of Mahogany #D23033

RGB

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

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

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

R = 67.96%
G = 15.53%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23033 (or 0xD23033) is known color: Mahogany. HEX triplet: D2, 30 and 33. RGB value is (210,48,51). Sum of RGB (Red+Green+Blue) = 210+48+51=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D23033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23033 is #2DCFCC. Grayscale: #606060. Windows color (decimal): -3002317 or 3354834. OLE color: 3354834.

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

Color convert

RGB 210 48 51 -
CMYK 0 0.77 0.76 0.18
HSL 358.89º 0.64% 0.51% -
HSV(B) 358.89º 0.77% 0.82% -
XYZ 28.23 16.05 4.74 -
YUV 96.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 210 48 51 0 0.77 0.76 0.18 358.89 0.64 0.51
Hex D2 30 33 0 4D 4C 12 167 40 33
Octal 322 60 63 0 115 114 22 547 100 63
Binary 11010010 110000 110011 0 1001101 1001100 10010 101100111 1000000 110011

Color Harmonies of #D23033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23033

Black with #D23033

Text Example


Text Example

White with #D23033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23033; }

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

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

background-color css

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

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

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

border-color css

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

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

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