Html Css Color HEX #DA3233 Mahogany

📋 copy color: '#DA3233'

red 218 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #DA3233

Tints of Mahogany #DA3233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 68.34%
G = 15.67%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3233 (or 0xDA3233) is known color: Mahogany. HEX triplet: DA, 32 and 33. RGB value is (218,50,51). Sum of RGB (Red+Green+Blue) = 218+50+51=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3233 is #25CDCC. Grayscale: #646464. Windows color (decimal): -2477517 or 3355354. OLE color: 3355354.

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

Color convert

RGB 218 50 51 -
CMYK 0 0.77 0.77 0.15
HSL 359.64º 0.69% 0.53% -
HSV(B) 359.64º 0.77% 0.85% -
XYZ 30.65 17.43 4.88 -
YUV 100.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 218 50 51 0 0.77 0.77 0.15 359.64 0.69 0.53
Hex DA 32 33 0 4D 4D F 168 45 35
Octal 332 62 63 0 115 115 17 550 105 65
Binary 11011010 110010 110011 0 1001101 1001101 1111 101101000 1000101 110101

Color Harmonies of #DA3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3233

Black with #DA3233

Text Example


Text Example

White with #DA3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3233; }

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

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

background-color css

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

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

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

border-color css

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

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

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