Html Css Color HEX #D1364C Brick Red

📋 copy color: '#D1364C'

red 209 ◦ green 54 ◦ blue 76

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

Shades of Brick Red #D1364C

Tints of Brick Red #D1364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 61.65%
G = 15.93%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1364C (or 0xD1364C) is known color: Brick Red. HEX triplet: D1, 36 and 4C. RGB value is (209,54,76). Sum of RGB (Red+Green+Blue) = 209+54+76=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1364C is #2EC9B3. Grayscale: #666666. Windows color (decimal): -3066292 or 4994769. OLE color: 4994769.

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

Color convert

RGB 209 54 76 -
CMYK 0 0.74 0.64 0.18
HSL 351.48º 0.63% 0.52% -
HSV(B) 351.48º 0.74% 0.82% -
XYZ 28.92 16.72 8.54 -
YUV 102.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 209 54 76 0 0.74 0.64 0.18 351.48 0.63 0.52
Hex D1 36 4C 0 4A 40 12 15F 3F 34
Octal 321 66 114 0 112 100 22 537 77 64
Binary 11010001 110110 1001100 0 1001010 1000000 10010 101011111 111111 110100

Color Harmonies of #D1364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1364C

Black with #D1364C

Text Example


Text Example

White with #D1364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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