Html Css Color HEX #D4363F Mahogany

📋 copy color: '#D4363F'

red 212 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D4363F

Tints of Mahogany #D4363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 64.44%
G = 16.41%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4363F (or 0xD4363F) is known color: Mahogany. HEX triplet: D4, 36 and 3F. RGB value is (212,54,63). Sum of RGB (Red+Green+Blue) = 212+54+63=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4363F is #2BC9C0. Grayscale: #666666. Windows color (decimal): -2869697 or 4142804. OLE color: 4142804.

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

Color convert

RGB 212 54 63 -
CMYK 0 0.75 0.70 0.17
HSL 356.58º 0.65% 0.52% -
HSV(B) 356.58º 0.75% 0.83% -
XYZ 29.37 16.99 6.43 -
YUV 102.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 212 54 63 0 0.75 0.70 0.17 356.58 0.65 0.52
Hex D4 36 3F 0 4B 46 11 165 41 34
Octal 324 66 77 0 113 106 21 545 101 64
Binary 11010100 110110 111111 0 1001011 1000110 10001 101100101 1000001 110100

Color Harmonies of #D4363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4363F

Black with #D4363F

Text Example


Text Example

White with #D4363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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