Html Css Color HEX #D0363E Mahogany

📋 copy color: '#D0363E'

red 208 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #D0363E

Tints of Mahogany #D0363E

RGB

 RED value IS 208 (81.64% from 255) = 64.2%

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

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

R = 64.2%
G = 16.67%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0363E (or 0xD0363E) is known color: Mahogany. HEX triplet: D0, 36 and 3E. RGB value is (208,54,62). Sum of RGB (Red+Green+Blue) = 208+54+62=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0363E is #2FC9C1. Grayscale: #656565. Windows color (decimal): -3131842 or 4077264. OLE color: 4077264.

HSL color Cylindrical-coordinate representation of color #D0363E: hue angle of 356.88º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0363E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 62 -
CMYK 0 0.74 0.70 0.18
HSL 356.88º 0.62% 0.51% -
HSV(B) 356.88º 0.74% 0.82% -
XYZ 28.2 16.4 6.24 -
YUV 100.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 208 54 62 0 0.74 0.70 0.18 356.88 0.62 0.51
Hex D0 36 3E 0 4A 46 12 165 3E 33
Octal 320 66 76 0 112 106 22 545 76 63
Binary 11010000 110110 111110 0 1001010 1000110 10010 101100101 111110 110011

Color Harmonies of #D0363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0363E

Black with #D0363E

Text Example


Text Example

White with #D0363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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