Html Css Color HEX #DA363F Mahogany

📋 copy color: '#DA363F'

red 218 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #DA363F

Tints of Mahogany #DA363F

RGB

 RED value IS 218 (85.55% from 255) = 65.07%

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

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

R = 65.07%
G = 16.12%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA363F (or 0xDA363F) is known color: Mahogany. HEX triplet: DA, 36 and 3F. RGB value is (218,54,63). Sum of RGB (Red+Green+Blue) = 218+54+63=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA363F is #25C9C0. Grayscale: #686868. Windows color (decimal): -2476481 or 4142810. OLE color: 4142810.

HSL color Cylindrical-coordinate representation of color #DA363F: hue angle of 356.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA363F is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 63 -
CMYK 0 0.75 0.71 0.15
HSL 356.71º 0.69% 0.53% -
HSV(B) 356.71º 0.75% 0.85% -
XYZ 31.13 17.9 6.52 -
YUV 104.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 218 54 63 0 0.75 0.71 0.15 356.71 0.69 0.53
Hex DA 36 3F 0 4B 47 F 165 45 35
Octal 332 66 77 0 113 107 17 545 105 65
Binary 11011010 110110 111111 0 1001011 1000111 1111 101100101 1000101 110101

Color Harmonies of #DA363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA363F

Black with #DA363F

Text Example


Text Example

White with #DA363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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