Html Css Color HEX #D23540 Mahogany

📋 copy color: '#D23540'

red 210 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D23540

Tints of Mahogany #D23540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 64.22%
G = 16.21%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23540 (or 0xD23540) is known color: Mahogany. HEX triplet: D2, 35 and 40. RGB value is (210,53,64). Sum of RGB (Red+Green+Blue) = 210+53+64=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D23540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23540 is #2DCABF. Grayscale: #656565. Windows color (decimal): -3001024 or 4208082. OLE color: 4208082.

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

Color convert

RGB 210 53 64 -
CMYK 0 0.75 0.70 0.18
HSL 355.8º 0.64% 0.52% -
HSV(B) 355.8º 0.75% 0.82% -
XYZ 28.78 16.62 6.54 -
YUV 101.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 210 53 64 0 0.75 0.70 0.18 355.8 0.64 0.52
Hex D2 35 40 0 4B 46 12 164 40 34
Octal 322 65 100 0 113 106 22 544 100 64
Binary 11010010 110101 1000000 0 1001011 1000110 10010 101100100 1000000 110100

Color Harmonies of #D23540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23540

Black with #D23540

Text Example


Text Example

White with #D23540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23540; }

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

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

background-color css

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

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

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

border-color css

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

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

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