Html Css Color HEX #D23F40 Mahogany

📋 copy color: '#D23F40'

red 210 ◦ green 63 ◦ blue 64

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

Shades of Mahogany #D23F40

Tints of Mahogany #D23F40

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 62.31%
G = 18.69%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23F40 (or 0xD23F40) is known color: Mahogany. HEX triplet: D2, 3F and 40. RGB value is (210,63,64). Sum of RGB (Red+Green+Blue) = 210+63+64=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F40 is #2DC0BF. Grayscale: #6B6B6B. Windows color (decimal): -2998464 or 4210642. OLE color: 4210642.

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

Color convert

RGB 210 63 64 -
CMYK 0 0.70 0.70 0.18
HSL 359.59º 0.62% 0.54% -
HSV(B) 359.59º 0.7% 0.82% -
XYZ 29.28 17.63 6.71 -
YUV 107.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 210 63 64 0 0.70 0.70 0.18 359.59 0.62 0.54
Hex D2 3F 40 0 46 46 12 168 3E 36
Octal 322 77 100 0 106 106 22 550 76 66
Binary 11010010 111111 1000000 0 1000110 1000110 10010 101101000 111110 110110

Color Harmonies of #D23F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F40

Black with #D23F40

Text Example


Text Example

White with #D23F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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