Html Css Color HEX #D0363A Mahogany

📋 copy color: '#D0363A'

red 208 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #D0363A

Tints of Mahogany #D0363A

RGB

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

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

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

R = 65%
G = 16.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0363A (or 0xD0363A) is known color: Mahogany. HEX triplet: D0, 36 and 3A. RGB value is (208,54,58). Sum of RGB (Red+Green+Blue) = 208+54+58=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0363A is #2FC9C5. Grayscale: #646464. Windows color (decimal): -3131846 or 3815120. OLE color: 3815120.

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

Color convert

RGB 208 54 58 -
CMYK 0 0.74 0.72 0.18
HSL 358.44º 0.62% 0.51% -
HSV(B) 358.44º 0.74% 0.82% -
XYZ 28.1 16.35 5.68 -
YUV 100.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 208 54 58 0 0.74 0.72 0.18 358.44 0.62 0.51
Hex D0 36 3A 0 4A 48 12 166 3E 33
Octal 320 66 72 0 112 110 22 546 76 63
Binary 11010000 110110 111010 0 1001010 1001000 10010 101100110 111110 110011

Color Harmonies of #D0363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0363A

Black with #D0363A

Text Example


Text Example

White with #D0363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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