Html Css Color HEX #DA3338 Mahogany

📋 copy color: '#DA3338'

red 218 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #DA3338

Tints of Mahogany #DA3338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 67.08%
G = 15.69%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3338 (or 0xDA3338) is known color: Mahogany. HEX triplet: DA, 33 and 38. RGB value is (218,51,56). Sum of RGB (Red+Green+Blue) = 218+51+56=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3338 is #25CCC7. Grayscale: #656565. Windows color (decimal): -2477256 or 3683290. OLE color: 3683290.

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

Color convert

RGB 218 51 56 -
CMYK 0 0.77 0.74 0.15
HSL 358.2º 0.69% 0.53% -
HSV(B) 358.2º 0.77% 0.85% -
XYZ 30.81 17.56 5.51 -
YUV 101.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 218 51 56 0 0.77 0.74 0.15 358.2 0.69 0.53
Hex DA 33 38 0 4D 4A F 166 45 35
Octal 332 63 70 0 115 112 17 546 105 65
Binary 11011010 110011 111000 0 1001101 1001010 1111 101100110 1000101 110101

Color Harmonies of #DA3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3338

Black with #DA3338

Text Example


Text Example

White with #DA3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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