Html Css Color HEX #D6394B Brick Red

📋 copy color: '#D6394B'

red 214 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #D6394B

Tints of Brick Red #D6394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 61.85%
G = 16.47%
B = 21.68%

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

#D6394B (or 0xD6394B) is known color: Brick Red. HEX triplet: D6, 39 and 4B. RGB value is (214,57,75). Sum of RGB (Red+Green+Blue) = 214+57+75=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6394B is #29C6B4. Grayscale: #6A6A6A. Windows color (decimal): -2737845 or 4930006. OLE color: 4930006.

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

Color convert

RGB 214 57 75 -
CMYK 0 0.73 0.65 0.16
HSL 353.12º 0.66% 0.53% -
HSV(B) 353.12º 0.73% 0.84% -
XYZ 30.46 17.73 8.47 -
YUV 106 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 214 57 75 0 0.73 0.65 0.16 353.12 0.66 0.53
Hex D6 39 4B 0 49 41 10 161 42 35
Octal 326 71 113 0 111 101 20 541 102 65
Binary 11010110 111001 1001011 0 1001001 1000001 10000 101100001 1000010 110101

Color Harmonies of #D6394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6394B

Black with #D6394B

Text Example


Text Example

White with #D6394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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