Html Css Color HEX #D2383A Mahogany

📋 copy color: '#D2383A'

red 210 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #D2383A

Tints of Mahogany #D2383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 64.81%
G = 17.28%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2383A (or 0xD2383A) is known color: Mahogany. HEX triplet: D2, 38 and 3A. RGB value is (210,56,58). Sum of RGB (Red+Green+Blue) = 210+56+58=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2383A is #2DC7C5. Grayscale: #666666. Windows color (decimal): -3000262 or 3815634. OLE color: 3815634.

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

Color convert

RGB 210 56 58 -
CMYK 0 0.73 0.72 0.18
HSL 359.22º 0.63% 0.52% -
HSV(B) 359.22º 0.73% 0.82% -
XYZ 28.76 16.84 5.74 -
YUV 102.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 210 56 58 0 0.73 0.72 0.18 359.22 0.63 0.52
Hex D2 38 3A 0 49 48 12 167 3F 34
Octal 322 70 72 0 111 110 22 547 77 64
Binary 11010010 111000 111010 0 1001001 1001000 10010 101100111 111111 110100

Color Harmonies of #D2383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2383A

Black with #D2383A

Text Example


Text Example

White with #D2383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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