Html Css Color HEX #D23037 Mahogany

📋 copy color: '#D23037'

red 210 ◦ green 48 ◦ blue 55

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

Shades of Mahogany #D23037

Tints of Mahogany #D23037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 67.09%
G = 15.34%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D23037 (or 0xD23037) is known color: Mahogany. HEX triplet: D2, 30 and 37. RGB value is (210,48,55). Sum of RGB (Red+Green+Blue) = 210+48+55=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23037 is #2DCFC8. Grayscale: #616161. Windows color (decimal): -3002313 or 3616978. OLE color: 3616978.

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

Color convert

RGB 210 48 55 -
CMYK 0 0.77 0.74 0.18
HSL 357.41º 0.64% 0.51% -
HSV(B) 357.41º 0.77% 0.82% -
XYZ 28.32 16.09 5.23 -
YUV 97.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 210 48 55 0 0.77 0.74 0.18 357.41 0.64 0.51
Hex D2 30 37 0 4D 4A 12 165 40 33
Octal 322 60 67 0 115 112 22 545 100 63
Binary 11010010 110000 110111 0 1001101 1001010 10010 101100101 1000000 110011

Color Harmonies of #D23037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23037

Black with #D23037

Text Example


Text Example

White with #D23037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23037; }

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

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

background-color css

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

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

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

border-color css

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

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

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