Html Css Color HEX #D23039 Mahogany

📋 copy color: '#D23039'

red 210 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #D23039

Tints of Mahogany #D23039

RGB

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

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

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

R = 66.67%
G = 15.24%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D23039 (or 0xD23039) is known color: Mahogany. HEX triplet: D2, 30 and 39. RGB value is (210,48,57). Sum of RGB (Red+Green+Blue) = 210+48+57=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D23039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23039 is #2DCFC6. Grayscale: #616161. Windows color (decimal): -3002311 or 3748050. OLE color: 3748050.

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

Color convert

RGB 210 48 57 -
CMYK 0 0.77 0.73 0.18
HSL 356.67º 0.64% 0.51% -
HSV(B) 356.67º 0.77% 0.82% -
XYZ 28.37 16.11 5.49 -
YUV 97.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 210 48 57 0 0.77 0.73 0.18 356.67 0.64 0.51
Hex D2 30 39 0 4D 49 12 165 40 33
Octal 322 60 71 0 115 111 22 545 100 63
Binary 11010010 110000 111001 0 1001101 1001001 10010 101100101 1000000 110011

Color Harmonies of #D23039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23039

Black with #D23039

Text Example


Text Example

White with #D23039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23039; }

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

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

background-color css

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

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

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

border-color css

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

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

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