Html Css Color HEX #D23840 Mahogany

📋 copy color: '#D23840'

red 210 ◦ green 56 ◦ blue 64

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

Shades of Mahogany #D23840

Tints of Mahogany #D23840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 63.64%
G = 16.97%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23840 (or 0xD23840) is known color: Mahogany. HEX triplet: D2, 38 and 40. RGB value is (210,56,64). Sum of RGB (Red+Green+Blue) = 210+56+64=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23840 is #2DC7BF. Grayscale: #676767. Windows color (decimal): -3000256 or 4208850. OLE color: 4208850.

HSL color Cylindrical-coordinate representation of color #D23840: hue angle of 356.88º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23840 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 64 -
CMYK 0 0.73 0.70 0.18
HSL 356.88º 0.63% 0.52% -
HSV(B) 356.88º 0.73% 0.82% -
XYZ 28.92 16.9 6.59 -
YUV 102.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 210 56 64 0 0.73 0.70 0.18 356.88 0.63 0.52
Hex D2 38 40 0 49 46 12 165 3F 34
Octal 322 70 100 0 111 106 22 545 77 64
Binary 11010010 111000 1000000 0 1001001 1000110 10010 101100101 111111 110100

Color Harmonies of #D23840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23840

Black with #D23840

Text Example


Text Example

White with #D23840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23840; }

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

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

background-color css

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

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

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

border-color css

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

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

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