Html Css Color HEX #DA3C3D Mahogany

📋 copy color: '#DA3C3D'

red 218 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #DA3C3D

Tints of Mahogany #DA3C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 64.31%
G = 17.7%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA3C3D (or 0xDA3C3D) is known color: Mahogany. HEX triplet: DA, 3C and 3D. RGB value is (218,60,61). Sum of RGB (Red+Green+Blue) = 218+60+61=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C3D is #25C3C2. Grayscale: #6B6B6B. Windows color (decimal): -2474947 or 4013274. OLE color: 4013274.

HSL color Cylindrical-coordinate representation of color #DA3C3D: hue angle of 359.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C3D is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 61 -
CMYK 0 0.72 0.72 0.15
HSL 359.62º 0.68% 0.55% -
HSV(B) 359.62º 0.72% 0.85% -
XYZ 31.37 18.47 6.33 -
YUV 107.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 218 60 61 0 0.72 0.72 0.15 359.62 0.68 0.55
Hex DA 3C 3D 0 48 48 F 168 44 37
Octal 332 74 75 0 110 110 17 550 104 67
Binary 11011010 111100 111101 0 1001000 1001000 1111 101101000 1000100 110111

Color Harmonies of #DA3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C3D

Black with #DA3C3D

Text Example


Text Example

White with #DA3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C3D; }

 p { color: rgb(218,60,61); }

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

background-color css

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

 a { background-color: rgb(218,60,61); }

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

border-color css

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

 span { border-color: rgb(218,60,61); }

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