Html Css Color HEX #D23741 Mahogany

📋 copy color: '#D23741'

red 210 ◦ green 55 ◦ blue 65

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

Shades of Mahogany #D23741

Tints of Mahogany #D23741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 63.64%
G = 16.67%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D23741 (or 0xD23741) is known color: Mahogany. HEX triplet: D2, 37 and 41. RGB value is (210,55,65). Sum of RGB (Red+Green+Blue) = 210+55+65=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23741 is #2DC8BE. Grayscale: #666666. Windows color (decimal): -3000511 or 4274130. OLE color: 4274130.

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

Color convert

RGB 210 55 65 -
CMYK 0 0.74 0.69 0.18
HSL 356.13º 0.63% 0.52% -
HSV(B) 356.13º 0.74% 0.82% -
XYZ 28.9 16.82 6.72 -
YUV 102.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 210 55 65 0 0.74 0.69 0.18 356.13 0.63 0.52
Hex D2 37 41 0 4A 45 12 164 3F 34
Octal 322 67 101 0 112 105 22 544 77 64
Binary 11010010 110111 1000001 0 1001010 1000101 10010 101100100 111111 110100

Color Harmonies of #D23741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23741

Black with #D23741

Text Example


Text Example

White with #D23741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23741; }

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

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

background-color css

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

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

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

border-color css

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

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

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