Html Css Color HEX #D1394D Brick Red

📋 copy color: '#D1394D'

red 209 ◦ green 57 ◦ blue 77

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

Shades of Brick Red #D1394D

Tints of Brick Red #D1394D

RGB

 RED value IS 209 (82.03% from 255) = 60.93%

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

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

R = 60.93%
G = 16.62%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1394D (or 0xD1394D) is known color: Brick Red. HEX triplet: D1, 39 and 4D. RGB value is (209,57,77). Sum of RGB (Red+Green+Blue) = 209+57+77=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1394D is #2EC6B2. Grayscale: #686868. Windows color (decimal): -3065523 or 5061073. OLE color: 5061073.

HSL color Cylindrical-coordinate representation of color #D1394D: hue angle of 352.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1394D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 77 -
CMYK 0 0.73 0.63 0.18
HSL 352.11º 0.62% 0.52% -
HSV(B) 352.11º 0.73% 0.82% -
XYZ 29.1 17.02 8.77 -
YUV 104.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 209 57 77 0 0.73 0.63 0.18 352.11 0.62 0.52
Hex D1 39 4D 0 49 3F 12 160 3E 34
Octal 321 71 115 0 111 77 22 540 76 64
Binary 11010001 111001 1001101 0 1001001 111111 10010 101100000 111110 110100

Color Harmonies of #D1394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1394D

Black with #D1394D

Text Example


Text Example

White with #D1394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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