Html Css Color HEX #D23038 Mahogany

📋 copy color: '#D23038'

red 210 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #D23038

Tints of Mahogany #D23038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 66.88%
G = 15.29%
B = 17.83%

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

#D23038 (or 0xD23038) is known color: Mahogany. HEX triplet: D2, 30 and 38. RGB value is (210,48,56). Sum of RGB (Red+Green+Blue) = 210+48+56=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D23038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23038 is #2DCFC7. Grayscale: #616161. Windows color (decimal): -3002312 or 3682514. OLE color: 3682514.

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

Color convert

RGB 210 48 56 -
CMYK 0 0.77 0.73 0.18
HSL 357.04º 0.64% 0.51% -
HSV(B) 357.04º 0.77% 0.82% -
XYZ 28.35 16.1 5.36 -
YUV 97.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 210 48 56 0 0.77 0.73 0.18 357.04 0.64 0.51
Hex D2 30 38 0 4D 49 12 165 40 33
Octal 322 60 70 0 115 111 22 545 100 63
Binary 11010010 110000 111000 0 1001101 1001001 10010 101100101 1000000 110011

Color Harmonies of #D23038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23038

Black with #D23038

Text Example


Text Example

White with #D23038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23038; }

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

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

background-color css

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

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

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

border-color css

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

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

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