Html Css Color HEX #D23942 Mahogany

📋 copy color: '#D23942'

red 210 ◦ green 57 ◦ blue 66

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

Shades of Mahogany #D23942

Tints of Mahogany #D23942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 63.06%
G = 17.12%
B = 19.82%

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

#D23942 (or 0xD23942) is known color: Mahogany. HEX triplet: D2, 39 and 42. RGB value is (210,57,66). Sum of RGB (Red+Green+Blue) = 210+57+66=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23942 is #2DC6BD. Grayscale: #676767. Windows color (decimal): -2999998 or 4340178. OLE color: 4340178.

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

Color convert

RGB 210 57 66 -
CMYK 0 0.73 0.69 0.18
HSL 356.47º 0.63% 0.52% -
HSV(B) 356.47º 0.73% 0.82% -
XYZ 29.02 17.02 6.91 -
YUV 103.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 210 57 66 0 0.73 0.69 0.18 356.47 0.63 0.52
Hex D2 39 42 0 49 45 12 164 3F 34
Octal 322 71 102 0 111 105 22 544 77 64
Binary 11010010 111001 1000010 0 1001001 1000101 10010 101100100 111111 110100

Color Harmonies of #D23942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23942

Black with #D23942

Text Example


Text Example

White with #D23942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23942; }

 p { color: rgb(210,57,66); }

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

background-color css

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

 a { background-color: rgb(210,57,66); }

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

border-color css

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

 span { border-color: rgb(210,57,66); }

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