Html Css Color HEX #D1394C Brick Red

📋 copy color: '#D1394C'

red 209 ◦ green 57 ◦ blue 76

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

Shades of Brick Red #D1394C

Tints of Brick Red #D1394C

RGB

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

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

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

R = 61.11%
G = 16.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1394C (or 0xD1394C) is known color: Brick Red. HEX triplet: D1, 39 and 4C. RGB value is (209,57,76). Sum of RGB (Red+Green+Blue) = 209+57+76=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1394C is #2EC6B3. Grayscale: #686868. Windows color (decimal): -3065524 or 4995537. OLE color: 4995537.

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

Color convert

RGB 209 57 76 -
CMYK 0 0.73 0.64 0.18
HSL 352.5º 0.62% 0.52% -
HSV(B) 352.5º 0.73% 0.82% -
XYZ 29.06 17 8.59 -
YUV 104.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 209 57 76 0 0.73 0.64 0.18 352.5 0.62 0.52
Hex D1 39 4C 0 49 40 12 160 3E 34
Octal 321 71 114 0 111 100 22 540 76 64
Binary 11010001 111001 1001100 0 1001001 1000000 10010 101100000 111110 110100

Color Harmonies of #D1394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1394C

Black with #D1394C

Text Example


Text Example

White with #D1394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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