Html Css Color HEX #D0363B Mahogany

📋 copy color: '#D0363B'

red 208 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #D0363B

Tints of Mahogany #D0363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 64.8%
G = 16.82%
B = 18.38%

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

#D0363B (or 0xD0363B) is known color: Mahogany. HEX triplet: D0, 36 and 3B. RGB value is (208,54,59). Sum of RGB (Red+Green+Blue) = 208+54+59=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0363B is #2FC9C4. Grayscale: #646464. Windows color (decimal): -3131845 or 3880656. OLE color: 3880656.

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

Color convert

RGB 208 54 59 -
CMYK 0 0.74 0.72 0.18
HSL 358.05º 0.62% 0.51% -
HSV(B) 358.05º 0.74% 0.82% -
XYZ 28.12 16.36 5.81 -
YUV 100.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 208 54 59 0 0.74 0.72 0.18 358.05 0.62 0.51
Hex D0 36 3B 0 4A 48 12 166 3E 33
Octal 320 66 73 0 112 110 22 546 76 63
Binary 11010000 110110 111011 0 1001010 1001000 10010 101100110 111110 110011

Color Harmonies of #D0363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0363B

Black with #D0363B

Text Example


Text Example

White with #D0363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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