Html Css Color HEX #D23841 Mahogany

📋 copy color: '#D23841'

red 210 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #D23841

Tints of Mahogany #D23841

RGB

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

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

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

R = 63.44%
G = 16.92%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D23841 (or 0xD23841) is known color: Mahogany. HEX triplet: D2, 38 and 41. RGB value is (210,56,65). Sum of RGB (Red+Green+Blue) = 210+56+65=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23841 is #2DC7BE. Grayscale: #676767. Windows color (decimal): -3000255 or 4274386. OLE color: 4274386.

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

Color convert

RGB 210 56 65 -
CMYK 0 0.73 0.69 0.18
HSL 356.49º 0.63% 0.52% -
HSV(B) 356.49º 0.73% 0.82% -
XYZ 28.95 16.91 6.74 -
YUV 103.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 210 56 65 0 0.73 0.69 0.18 356.49 0.63 0.52
Hex D2 38 41 0 49 45 12 164 3F 34
Octal 322 70 101 0 111 105 22 544 77 64
Binary 11010010 111000 1000001 0 1001001 1000101 10010 101100100 111111 110100

Color Harmonies of #D23841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23841

Black with #D23841

Text Example


Text Example

White with #D23841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23841; }

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

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

background-color css

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

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

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

border-color css

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

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

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