Html Css Color HEX #D23A41 Mahogany

📋 copy color: '#D23A41'

red 210 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #D23A41

Tints of Mahogany #D23A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 63.06%
G = 17.42%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D23A41 (or 0xD23A41) is known color: Mahogany. HEX triplet: D2, 3A and 41. RGB value is (210,58,65). Sum of RGB (Red+Green+Blue) = 210+58+65=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A41 is #2DC5BE. Grayscale: #686868. Windows color (decimal): -2999743 or 4274898. OLE color: 4274898.

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

Color convert

RGB 210 58 65 -
CMYK 0 0.72 0.69 0.18
HSL 357.24º 0.63% 0.53% -
HSV(B) 357.24º 0.72% 0.82% -
XYZ 29.05 17.11 6.77 -
YUV 104.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 210 58 65 0 0.72 0.69 0.18 357.24 0.63 0.53
Hex D2 3A 41 0 48 45 12 165 3F 35
Octal 322 72 101 0 110 105 22 545 77 65
Binary 11010010 111010 1000001 0 1001000 1000101 10010 101100101 111111 110101

Color Harmonies of #D23A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A41

Black with #D23A41

Text Example


Text Example

White with #D23A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A41; }

 p { color: rgb(210,58,65); }

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

background-color css

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

 a { background-color: rgb(210,58,65); }

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

border-color css

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

 span { border-color: rgb(210,58,65); }

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