Html Css Color HEX #D23842 Mahogany

📋 copy color: '#D23842'

red 210 ◦ green 56 ◦ blue 66

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

Shades of Mahogany #D23842

Tints of Mahogany #D23842

RGB

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

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

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

R = 63.25%
G = 16.87%
B = 19.88%

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

#D23842 (or 0xD23842) is known color: Mahogany. HEX triplet: D2, 38 and 42. RGB value is (210,56,66). Sum of RGB (Red+Green+Blue) = 210+56+66=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23842 is #2DC7BD. Grayscale: #676767. Windows color (decimal): -3000254 or 4339922. OLE color: 4339922.

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

Color convert

RGB 210 56 66 -
CMYK 0 0.73 0.69 0.18
HSL 356.1º 0.63% 0.52% -
HSV(B) 356.1º 0.73% 0.82% -
XYZ 28.98 16.92 6.89 -
YUV 103.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 210 56 66 0 0.73 0.69 0.18 356.1 0.63 0.52
Hex D2 38 42 0 49 45 12 164 3F 34
Octal 322 70 102 0 111 105 22 544 77 64
Binary 11010010 111000 1000010 0 1001001 1000101 10010 101100100 111111 110100

Color Harmonies of #D23842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23842

Black with #D23842

Text Example


Text Example

White with #D23842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23842; }

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

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

background-color css

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

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

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

border-color css

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

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

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