Html Css Color HEX #D5383C Mahogany

📋 copy color: '#D5383C'

red 213 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #D5383C

Tints of Mahogany #D5383C

RGB

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

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

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

R = 64.74%
G = 17.02%
B = 18.24%

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

#D5383C (or 0xD5383C) is known color: Mahogany. HEX triplet: D5, 38 and 3C. RGB value is (213,56,60). Sum of RGB (Red+Green+Blue) = 213+56+60=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5383C is #2AC7C3. Grayscale: #676767. Windows color (decimal): -2803652 or 3946709. OLE color: 3946709.

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

Color convert

RGB 213 56 60 -
CMYK 0 0.74 0.72 0.16
HSL 358.47º 0.65% 0.53% -
HSV(B) 358.47º 0.74% 0.84% -
XYZ 29.67 17.3 6.05 -
YUV 103.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 213 56 60 0 0.74 0.72 0.16 358.47 0.65 0.53
Hex D5 38 3C 0 4A 48 10 166 41 35
Octal 325 70 74 0 112 110 20 546 101 65
Binary 11010101 111000 111100 0 1001010 1001000 10000 101100110 1000001 110101

Color Harmonies of #D5383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5383C

Black with #D5383C

Text Example


Text Example

White with #D5383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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