Html Css Color HEX #D23440 Mahogany

📋 copy color: '#D23440'

red 210 ◦ green 52 ◦ blue 64

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

Shades of Mahogany #D23440

Tints of Mahogany #D23440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 64.42%
G = 15.95%
B = 19.63%

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

#D23440 (or 0xD23440) is known color: Mahogany. HEX triplet: D2, 34 and 40. RGB value is (210,52,64). Sum of RGB (Red+Green+Blue) = 210+52+64=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D23440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23440 is #2DCBBF. Grayscale: #646464. Windows color (decimal): -3001280 or 4207826. OLE color: 4207826.

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

Color convert

RGB 210 52 64 -
CMYK 0 0.75 0.70 0.18
HSL 355.44º 0.64% 0.51% -
HSV(B) 355.44º 0.75% 0.82% -
XYZ 28.73 16.53 6.53 -
YUV 100.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 210 52 64 0 0.75 0.70 0.18 355.44 0.64 0.51
Hex D2 34 40 0 4B 46 12 163 40 33
Octal 322 64 100 0 113 106 22 543 100 63
Binary 11010010 110100 1000000 0 1001011 1000110 10010 101100011 1000000 110011

Color Harmonies of #D23440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23440

Black with #D23440

Text Example


Text Example

White with #D23440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23440; }

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

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

background-color css

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

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

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

border-color css

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

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

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