Html Css Color HEX #DA3234 Mahogany

📋 copy color: '#DA3234'

red 218 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #DA3234

Tints of Mahogany #DA3234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 68.13%
G = 15.63%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3234 (or 0xDA3234) is known color: Mahogany. HEX triplet: DA, 32 and 34. RGB value is (218,50,52). Sum of RGB (Red+Green+Blue) = 218+50+52=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3234 is #25CDCB. Grayscale: #646464. Windows color (decimal): -2477516 or 3420890. OLE color: 3420890.

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

Color convert

RGB 218 50 52 -
CMYK 0 0.77 0.76 0.15
HSL 359.29º 0.69% 0.53% -
HSV(B) 359.29º 0.77% 0.85% -
XYZ 30.67 17.43 5 -
YUV 100.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 218 50 52 0 0.77 0.76 0.15 359.29 0.69 0.53
Hex DA 32 34 0 4D 4C F 167 45 35
Octal 332 62 64 0 115 114 17 547 105 65
Binary 11011010 110010 110100 0 1001101 1001100 1111 101100111 1000101 110101

Color Harmonies of #DA3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3234

Black with #DA3234

Text Example


Text Example

White with #DA3234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3234; }

 p { color: rgb(218,50,52); }

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

background-color css

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

 a { background-color: rgb(218,50,52); }

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

border-color css

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

 span { border-color: rgb(218,50,52); }

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