Html Css Color HEX #D5333C Mahogany

📋 copy color: '#D5333C'

red 213 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #D5333C

Tints of Mahogany #D5333C

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 65.74%
G = 15.74%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5333C (or 0xD5333C) is known color: Mahogany. HEX triplet: D5, 33 and 3C. RGB value is (213,51,60). Sum of RGB (Red+Green+Blue) = 213+51+60=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5333C is #2ACCC3. Grayscale: #646464. Windows color (decimal): -2804932 or 3945429. OLE color: 3945429.

HSL color Cylindrical-coordinate representation of color #D5333C: hue angle of 356.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5333C is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 60 -
CMYK 0 0.76 0.72 0.16
HSL 356.67º 0.66% 0.52% -
HSV(B) 356.67º 0.76% 0.84% -
XYZ 29.44 16.84 5.97 -
YUV 100.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 213 51 60 0 0.76 0.72 0.16 356.67 0.66 0.52
Hex D5 33 3C 0 4C 48 10 165 42 34
Octal 325 63 74 0 114 110 20 545 102 64
Binary 11010101 110011 111100 0 1001100 1001000 10000 101100101 1000010 110100

Color Harmonies of #D5333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5333C

Black with #D5333C

Text Example


Text Example

White with #D5333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5333C; }

 p { color: rgb(213,51,60); }

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

background-color css

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

 a { background-color: rgb(213,51,60); }

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

border-color css

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

 span { border-color: rgb(213,51,60); }

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