Html Css Color HEX #D2383E Mahogany

📋 copy color: '#D2383E'

red 210 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #D2383E

Tints of Mahogany #D2383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 64.02%
G = 17.07%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2383E (or 0xD2383E) is known color: Mahogany. HEX triplet: D2, 38 and 3E. RGB value is (210,56,62). Sum of RGB (Red+Green+Blue) = 210+56+62=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2383E is #2DC7C1. Grayscale: #666666. Windows color (decimal): -3000258 or 4077778. OLE color: 4077778.

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

Color convert

RGB 210 56 62 -
CMYK 0 0.73 0.70 0.18
HSL 357.66º 0.63% 0.52% -
HSV(B) 357.66º 0.73% 0.82% -
XYZ 28.86 16.88 6.29 -
YUV 102.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 210 56 62 0 0.73 0.70 0.18 357.66 0.63 0.52
Hex D2 38 3E 0 49 46 12 166 3F 34
Octal 322 70 76 0 111 106 22 546 77 64
Binary 11010010 111000 111110 0 1001001 1000110 10010 101100110 111111 110100

Color Harmonies of #D2383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2383E

Black with #D2383E

Text Example


Text Example

White with #D2383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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