Html Css Color HEX #D3363E Mahogany

📋 copy color: '#D3363E'

red 211 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #D3363E

Tints of Mahogany #D3363E

RGB

 RED value IS 211 (82.81% from 255) = 64.53%

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 64.53%
G = 16.51%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3363E (or 0xD3363E) is known color: Mahogany. HEX triplet: D3, 36 and 3E. RGB value is (211,54,62). Sum of RGB (Red+Green+Blue) = 211+54+62=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D3363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3363E is #2CC9C1. Grayscale: #656565. Windows color (decimal): -2935234 or 4077267. OLE color: 4077267.

HSL color Cylindrical-coordinate representation of color #D3363E: hue angle of 356.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3363E is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 62 -
CMYK 0 0.74 0.71 0.17
HSL 356.94º 0.64% 0.52% -
HSV(B) 356.94º 0.74% 0.83% -
XYZ 29.05 16.84 6.28 -
YUV 101.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 211 54 62 0 0.74 0.71 0.17 356.94 0.64 0.52
Hex D3 36 3E 0 4A 47 11 165 40 34
Octal 323 66 76 0 112 107 21 545 100 64
Binary 11010011 110110 111110 0 1001010 1000111 10001 101100101 1000000 110100

Color Harmonies of #D3363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3363E

Black with #D3363E

Text Example


Text Example

White with #D3363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3363E; }

 p { color: rgb(211,54,62); }

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

background-color css

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

 a { background-color: rgb(211,54,62); }

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

border-color css

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

 span { border-color: rgb(211,54,62); }

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