Html Css Color HEX #DA363A Mahogany

📋 copy color: '#DA363A'

red 218 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #DA363A

Tints of Mahogany #DA363A

RGB

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

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

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

R = 66.06%
G = 16.36%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA363A (or 0xDA363A) is known color: Mahogany. HEX triplet: DA, 36 and 3A. RGB value is (218,54,58). Sum of RGB (Red+Green+Blue) = 218+54+58=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA363A is #25C9C5. Grayscale: #676767. Windows color (decimal): -2476486 or 3815130. OLE color: 3815130.

HSL color Cylindrical-coordinate representation of color #DA363A: hue angle of 358.54º 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 #DA363A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 58 -
CMYK 0 0.75 0.73 0.15
HSL 358.54º 0.69% 0.53% -
HSV(B) 358.54º 0.75% 0.85% -
XYZ 31 17.85 5.81 -
YUV 103.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 218 54 58 0 0.75 0.73 0.15 358.54 0.69 0.53
Hex DA 36 3A 0 4B 49 F 167 45 35
Octal 332 66 72 0 113 111 17 547 105 65
Binary 11011010 110110 111010 0 1001011 1001001 1111 101100111 1000101 110101

Color Harmonies of #DA363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA363A

Black with #DA363A

Text Example


Text Example

White with #DA363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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