Html Css Color HEX #D0363F Mahogany

📋 copy color: '#D0363F'

red 208 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D0363F

Tints of Mahogany #D0363F

RGB

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

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

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

R = 64%
G = 16.62%
B = 19.38%

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

#D0363F (or 0xD0363F) is known color: Mahogany. HEX triplet: D0, 36 and 3F. RGB value is (208,54,63). Sum of RGB (Red+Green+Blue) = 208+54+63=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0363F is #2FC9C0. Grayscale: #656565. Windows color (decimal): -3131841 or 4142800. OLE color: 4142800.

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

Color convert

RGB 208 54 63 -
CMYK 0 0.74 0.70 0.18
HSL 356.49º 0.62% 0.51% -
HSV(B) 356.49º 0.74% 0.82% -
XYZ 28.23 16.41 6.38 -
YUV 101.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 208 54 63 0 0.74 0.70 0.18 356.49 0.62 0.51
Hex D0 36 3F 0 4A 46 12 164 3E 33
Octal 320 66 77 0 112 106 22 544 76 63
Binary 11010000 110110 111111 0 1001010 1000110 10010 101100100 111110 110011

Color Harmonies of #D0363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0363F

Black with #D0363F

Text Example


Text Example

White with #D0363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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