Html Css Color HEX #D3363F Mahogany

📋 copy color: '#D3363F'

red 211 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D3363F

Tints of Mahogany #D3363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 64.33%
G = 16.46%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3363F (or 0xD3363F) is known color: Mahogany. HEX triplet: D3, 36 and 3F. RGB value is (211,54,63). Sum of RGB (Red+Green+Blue) = 211+54+63=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3363F is #2CC9C0. Grayscale: #666666. Windows color (decimal): -2935233 or 4142803. OLE color: 4142803.

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

Color convert

RGB 211 54 63 -
CMYK 0 0.74 0.70 0.17
HSL 356.56º 0.64% 0.52% -
HSV(B) 356.56º 0.74% 0.83% -
XYZ 29.08 16.85 6.42 -
YUV 101.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 211 54 63 0 0.74 0.70 0.17 356.56 0.64 0.52
Hex D3 36 3F 0 4A 46 11 165 40 34
Octal 323 66 77 0 112 106 21 545 100 64
Binary 11010011 110110 111111 0 1001010 1000110 10001 101100101 1000000 110100

Color Harmonies of #D3363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3363F

Black with #D3363F

Text Example


Text Example

White with #D3363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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