Html Css Color HEX #D1314C Brick Red

📋 copy color: '#D1314C'

red 209 ◦ green 49 ◦ blue 76

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

Shades of Brick Red #D1314C

Tints of Brick Red #D1314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 62.57%
G = 14.67%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1314C (or 0xD1314C) is known color: Brick Red. HEX triplet: D1, 31 and 4C. RGB value is (209,49,76). Sum of RGB (Red+Green+Blue) = 209+49+76=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1314C is #2ECEB3. Grayscale: #636363. Windows color (decimal): -3067572 or 4993489. OLE color: 4993489.

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

Color convert

RGB 209 49 76 -
CMYK 0 0.77 0.64 0.18
HSL 349.88º 0.63% 0.51% -
HSV(B) 349.88º 0.77% 0.82% -
XYZ 28.7 16.27 8.47 -
YUV 99.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 209 49 76 0 0.77 0.64 0.18 349.88 0.63 0.51
Hex D1 31 4C 0 4D 40 12 15E 3F 33
Octal 321 61 114 0 115 100 22 536 77 63
Binary 11010001 110001 1001100 0 1001101 1000000 10010 101011110 111111 110011

Color Harmonies of #D1314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1314C

Black with #D1314C

Text Example


Text Example

White with #D1314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1314C; }

 p { color: rgb(209,49,76); }

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

background-color css

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

 a { background-color: rgb(209,49,76); }

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

border-color css

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

 span { border-color: rgb(209,49,76); }

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