Html Css Color HEX #D23640 Mahogany

📋 copy color: '#D23640'

red 210 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D23640

Tints of Mahogany #D23640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 64.02%
G = 16.46%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23640 (or 0xD23640) is known color: Mahogany. HEX triplet: D2, 36 and 40. RGB value is (210,54,64). Sum of RGB (Red+Green+Blue) = 210+54+64=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23640 is #2DC9BF. Grayscale: #656565. Windows color (decimal): -3000768 or 4208338. OLE color: 4208338.

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

Color convert

RGB 210 54 64 -
CMYK 0 0.74 0.70 0.18
HSL 356.15º 0.63% 0.52% -
HSV(B) 356.15º 0.74% 0.82% -
XYZ 28.82 16.71 6.56 -
YUV 101.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 210 54 64 0 0.74 0.70 0.18 356.15 0.63 0.52
Hex D2 36 40 0 4A 46 12 164 3F 34
Octal 322 66 100 0 112 106 22 544 77 64
Binary 11010010 110110 1000000 0 1001010 1000110 10010 101100100 111111 110100

Color Harmonies of #D23640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23640

Black with #D23640

Text Example


Text Example

White with #D23640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23640; }

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

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

background-color css

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

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

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

border-color css

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

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

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