Html Css Color HEX #DA3334 Mahogany

📋 copy color: '#DA3334'

red 218 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #DA3334

Tints of Mahogany #DA3334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 67.91%
G = 15.89%
B = 16.2%

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

#DA3334 (or 0xDA3334) is known color: Mahogany. HEX triplet: DA, 33 and 34. RGB value is (218,51,52). Sum of RGB (Red+Green+Blue) = 218+51+52=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3334 is #25CCCB. Grayscale: #656565. Windows color (decimal): -2477260 or 3421146. OLE color: 3421146.

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

Color convert

RGB 218 51 52 -
CMYK 0 0.77 0.76 0.15
HSL 359.64º 0.69% 0.53% -
HSV(B) 359.64º 0.77% 0.85% -
XYZ 30.72 17.52 5.01 -
YUV 101.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 218 51 52 0 0.77 0.76 0.15 359.64 0.69 0.53
Hex DA 33 34 0 4D 4C F 168 45 35
Octal 332 63 64 0 115 114 17 550 105 65
Binary 11011010 110011 110100 0 1001101 1001100 1111 101101000 1000101 110101

Color Harmonies of #DA3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3334

Black with #DA3334

Text Example


Text Example

White with #DA3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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