Html Css Color HEX #D6383B Mahogany

📋 copy color: '#D6383B'

red 214 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #D6383B

Tints of Mahogany #D6383B

RGB

 RED value IS 214 (83.98% from 255) = 65.05%

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

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

R = 65.05%
G = 17.02%
B = 17.93%

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

#D6383B (or 0xD6383B) is known color: Mahogany. HEX triplet: D6, 38 and 3B. RGB value is (214,56,59). Sum of RGB (Red+Green+Blue) = 214+56+59=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6383B is #29C7C4. Grayscale: #676767. Windows color (decimal): -2738117 or 3881174. OLE color: 3881174.

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

Color convert

RGB 214 56 59 -
CMYK 0 0.74 0.72 0.16
HSL 358.86º 0.66% 0.53% -
HSV(B) 358.86º 0.74% 0.84% -
XYZ 29.94 17.44 5.93 -
YUV 103.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 214 56 59 0 0.74 0.72 0.16 358.86 0.66 0.53
Hex D6 38 3B 0 4A 48 10 167 42 35
Octal 326 70 73 0 112 110 20 547 102 65
Binary 11010110 111000 111011 0 1001010 1001000 10000 101100111 1000010 110101

Color Harmonies of #D6383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6383B

Black with #D6383B

Text Example


Text Example

White with #D6383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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