Html Css Color HEX #D23B40 Mahogany

📋 copy color: '#D23B40'

red 210 ◦ green 59 ◦ blue 64

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

Shades of Mahogany #D23B40

Tints of Mahogany #D23B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 63.06%
G = 17.72%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23B40 (or 0xD23B40) is known color: Mahogany. HEX triplet: D2, 3B and 40. RGB value is (210,59,64). Sum of RGB (Red+Green+Blue) = 210+59+64=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B40 is #2DC4BF. Grayscale: #686868. Windows color (decimal): -2999488 or 4209618. OLE color: 4209618.

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

Color convert

RGB 210 59 64 -
CMYK 0 0.72 0.70 0.18
HSL 358.01º 0.63% 0.53% -
HSV(B) 358.01º 0.72% 0.82% -
XYZ 29.07 17.2 6.64 -
YUV 104.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 210 59 64 0 0.72 0.70 0.18 358.01 0.63 0.53
Hex D2 3B 40 0 48 46 12 166 3F 35
Octal 322 73 100 0 110 106 22 546 77 65
Binary 11010010 111011 1000000 0 1001000 1000110 10010 101100110 111111 110101

Color Harmonies of #D23B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B40

Black with #D23B40

Text Example


Text Example

White with #D23B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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