Html Css Color HEX #D4394D Brick Red

📋 copy color: '#D4394D'

red 212 ◦ green 57 ◦ blue 77

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

Shades of Brick Red #D4394D

Tints of Brick Red #D4394D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 61.27%
G = 16.47%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4394D (or 0xD4394D) is known color: Brick Red. HEX triplet: D4, 39 and 4D. RGB value is (212,57,77). Sum of RGB (Red+Green+Blue) = 212+57+77=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4394D is #2BC6B2. Grayscale: #696969. Windows color (decimal): -2868915 or 5061076. OLE color: 5061076.

HSL color Cylindrical-coordinate representation of color #D4394D: hue angle of 352.26º 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 #D4394D is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 57 77 -
CMYK 0 0.73 0.64 0.17
HSL 352.26º 0.64% 0.53% -
HSV(B) 352.26º 0.73% 0.83% -
XYZ 29.95 17.46 8.81 -
YUV 105.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 212 57 77 0 0.73 0.64 0.17 352.26 0.64 0.53
Hex D4 39 4D 0 49 40 11 160 40 35
Octal 324 71 115 0 111 100 21 540 100 65
Binary 11010100 111001 1001101 0 1001001 1000000 10001 101100000 1000000 110101

Color Harmonies of #D4394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4394D

Black with #D4394D

Text Example


Text Example

White with #D4394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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