Html Css Color HEX #D5383B Mahogany

📋 copy color: '#D5383B'

red 213 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #D5383B

Tints of Mahogany #D5383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 64.94%
G = 17.07%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5383B (or 0xD5383B) is known color: Mahogany. HEX triplet: D5, 38 and 3B. RGB value is (213,56,59). Sum of RGB (Red+Green+Blue) = 213+56+59=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5383B is #2AC7C4. Grayscale: #676767. Windows color (decimal): -2803653 or 3881173. OLE color: 3881173.

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

Color convert

RGB 213 56 59 -
CMYK 0 0.74 0.72 0.16
HSL 358.85º 0.65% 0.53% -
HSV(B) 358.85º 0.74% 0.84% -
XYZ 29.64 17.29 5.91 -
YUV 103.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 213 56 59 0 0.74 0.72 0.16 358.85 0.65 0.53
Hex D5 38 3B 0 4A 48 10 167 41 35
Octal 325 70 73 0 112 110 20 547 101 65
Binary 11010101 111000 111011 0 1001010 1001000 10000 101100111 1000001 110101

Color Harmonies of #D5383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5383B

Black with #D5383B

Text Example


Text Example

White with #D5383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5383B; }

 p { color: rgb(213,56,59); }

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

background-color css

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

 a { background-color: rgb(213,56,59); }

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

border-color css

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

 span { border-color: rgb(213,56,59); }

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