Html Css Color HEX #D4394F Brick Red

📋 copy color: '#D4394F'

red 212 ◦ green 57 ◦ blue 79

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

Shades of Brick Red #D4394F

Tints of Brick Red #D4394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 60.92%
G = 16.38%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4394F (or 0xD4394F) is known color: Brick Red. HEX triplet: D4, 39 and 4F. RGB value is (212,57,79). Sum of RGB (Red+Green+Blue) = 212+57+79=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D4394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4394F is #2BC6B0. Grayscale: #696969. Windows color (decimal): -2868913 or 5192148. OLE color: 5192148.

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

Color convert

RGB 212 57 79 -
CMYK 0 0.73 0.63 0.17
HSL 351.48º 0.64% 0.53% -
HSV(B) 351.48º 0.73% 0.83% -
XYZ 30.03 17.49 9.19 -
YUV 105.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 212 57 79 0 0.73 0.63 0.17 351.48 0.64 0.53
Hex D4 39 4F 0 49 3F 11 15F 40 35
Octal 324 71 117 0 111 77 21 537 100 65
Binary 11010100 111001 1001111 0 1001001 111111 10001 101011111 1000000 110101

Color Harmonies of #D4394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4394F

Black with #D4394F

Text Example


Text Example

White with #D4394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4394F; }

 p { color: rgb(212,57,79); }

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

background-color css

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

 a { background-color: rgb(212,57,79); }

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

border-color css

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

 span { border-color: rgb(212,57,79); }

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