Html Css Color HEX #D5383D Mahogany

📋 copy color: '#D5383D'

red 213 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #D5383D

Tints of Mahogany #D5383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 64.55%
G = 16.97%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5383D (or 0xD5383D) is known color: Mahogany. HEX triplet: D5, 38 and 3D. RGB value is (213,56,61). Sum of RGB (Red+Green+Blue) = 213+56+61=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5383D is #2AC7C2. Grayscale: #676767. Windows color (decimal): -2803651 or 4012245. OLE color: 4012245.

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

Color convert

RGB 213 56 61 -
CMYK 0 0.74 0.71 0.16
HSL 358.09º 0.65% 0.53% -
HSV(B) 358.09º 0.74% 0.84% -
XYZ 29.7 17.31 6.19 -
YUV 103.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 213 56 61 0 0.74 0.71 0.16 358.09 0.65 0.53
Hex D5 38 3D 0 4A 47 10 166 41 35
Octal 325 70 75 0 112 107 20 546 101 65
Binary 11010101 111000 111101 0 1001010 1000111 10000 101100110 1000001 110101

Color Harmonies of #D5383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5383D

Black with #D5383D

Text Example


Text Example

White with #D5383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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