Html Css Color HEX #D1304C Brick Red

📋 copy color: '#D1304C'

red 209 ◦ green 48 ◦ blue 76

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

Shades of Brick Red #D1304C

Tints of Brick Red #D1304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 62.76%
G = 14.41%
B = 22.82%

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

#D1304C (or 0xD1304C) is known color: Brick Red. HEX triplet: D1, 30 and 4C. RGB value is (209,48,76). Sum of RGB (Red+Green+Blue) = 209+48+76=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1304C is #2ECFB3. Grayscale: #636363. Windows color (decimal): -3067828 or 4993233. OLE color: 4993233.

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

Color convert

RGB 209 48 76 -
CMYK 0 0.77 0.64 0.18
HSL 349.57º 0.64% 0.5% -
HSV(B) 349.57º 0.77% 0.82% -
XYZ 28.66 16.19 8.45 -
YUV 99.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 209 48 76 0 0.77 0.64 0.18 349.57 0.64 0.5
Hex D1 30 4C 0 4D 40 12 15E 40 32
Octal 321 60 114 0 115 100 22 536 100 62
Binary 11010001 110000 1001100 0 1001101 1000000 10010 101011110 1000000 110010

Color Harmonies of #D1304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1304C

Black with #D1304C

Text Example


Text Example

White with #D1304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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