Html Css Color HEX #D6394A Brick Red

📋 copy color: '#D6394A'

red 214 ◦ green 57 ◦ blue 74

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

Shades of Brick Red #D6394A

Tints of Brick Red #D6394A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 62.03%
G = 16.52%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6394A (or 0xD6394A) is known color: Brick Red. HEX triplet: D6, 39 and 4A. RGB value is (214,57,74). Sum of RGB (Red+Green+Blue) = 214+57+74=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6394A is #29C6B5. Grayscale: #696969. Windows color (decimal): -2737846 or 4864470. OLE color: 4864470.

HSL color Cylindrical-coordinate representation of color #D6394A: hue angle of 353.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6394A is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 74 -
CMYK 0 0.73 0.65 0.16
HSL 353.5º 0.66% 0.53% -
HSV(B) 353.5º 0.73% 0.84% -
XYZ 30.43 17.72 8.29 -
YUV 105.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 214 57 74 0 0.73 0.65 0.16 353.5 0.66 0.53
Hex D6 39 4A 0 49 41 10 162 42 35
Octal 326 71 112 0 111 101 20 542 102 65
Binary 11010110 111001 1001010 0 1001001 1000001 10000 101100010 1000010 110101

Color Harmonies of #D6394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6394A

Black with #D6394A

Text Example


Text Example

White with #D6394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6394A; }

 p { color: rgb(214,57,74); }

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

background-color css

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

 a { background-color: rgb(214,57,74); }

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

border-color css

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

 span { border-color: rgb(214,57,74); }

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