Html Css Color HEX #D5333F Mahogany

📋 copy color: '#D5333F'

red 213 ◦ green 51 ◦ blue 63

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

Shades of Mahogany #D5333F

Tints of Mahogany #D5333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 65.14%
G = 15.6%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5333F (or 0xD5333F) is known color: Mahogany. HEX triplet: D5, 33 and 3F. RGB value is (213,51,63). Sum of RGB (Red+Green+Blue) = 213+51+63=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5333F is #2ACCC0. Grayscale: #646464. Windows color (decimal): -2804929 or 4142037. OLE color: 4142037.

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

Color convert

RGB 213 51 63 -
CMYK 0 0.76 0.70 0.16
HSL 355.56º 0.66% 0.52% -
HSV(B) 355.56º 0.76% 0.84% -
XYZ 29.52 16.87 6.4 -
YUV 100.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 213 51 63 0 0.76 0.70 0.16 355.56 0.66 0.52
Hex D5 33 3F 0 4C 46 10 164 42 34
Octal 325 63 77 0 114 106 20 544 102 64
Binary 11010101 110011 111111 0 1001100 1000110 10000 101100100 1000010 110100

Color Harmonies of #D5333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5333F

Black with #D5333F

Text Example


Text Example

White with #D5333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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