Html Css Color HEX #D4383F Mahogany

📋 copy color: '#D4383F'

red 212 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #D4383F

Tints of Mahogany #D4383F

RGB

 RED value IS 212 (83.2% from 255) = 64.05%

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

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

R = 64.05%
G = 16.92%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4383F (or 0xD4383F) is known color: Mahogany. HEX triplet: D4, 38 and 3F. RGB value is (212,56,63). Sum of RGB (Red+Green+Blue) = 212+56+63=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D4383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4383F is #2BC7C0. Grayscale: #676767. Windows color (decimal): -2869185 or 4143316. OLE color: 4143316.

HSL color Cylindrical-coordinate representation of color #D4383F: hue angle of 357.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4383F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 56 63 -
CMYK 0 0.74 0.70 0.17
HSL 357.31º 0.64% 0.53% -
HSV(B) 357.31º 0.74% 0.83% -
XYZ 29.46 17.18 6.47 -
YUV 103.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 212 56 63 0 0.74 0.70 0.17 357.31 0.64 0.53
Hex D4 38 3F 0 4A 46 11 165 40 35
Octal 324 70 77 0 112 106 21 545 100 65
Binary 11010100 111000 111111 0 1001010 1000110 10001 101100101 1000000 110101

Color Harmonies of #D4383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4383F

Black with #D4383F

Text Example


Text Example

White with #D4383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4383F; }

 p { color: rgb(212,56,63); }

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

background-color css

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

 a { background-color: rgb(212,56,63); }

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

border-color css

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

 span { border-color: rgb(212,56,63); }

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