Html Css Color HEX #D1364D Brick Red

📋 copy color: '#D1364D'

red 209 ◦ green 54 ◦ blue 77

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

Shades of Brick Red #D1364D

Tints of Brick Red #D1364D

RGB

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

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

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

R = 61.47%
G = 15.88%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1364D (or 0xD1364D) is known color: Brick Red. HEX triplet: D1, 36 and 4D. RGB value is (209,54,77). Sum of RGB (Red+Green+Blue) = 209+54+77=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1364D is #2EC9B2. Grayscale: #676767. Windows color (decimal): -3066291 or 5060305. OLE color: 5060305.

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

Color convert

RGB 209 54 77 -
CMYK 0 0.74 0.63 0.18
HSL 351.1º 0.63% 0.52% -
HSV(B) 351.1º 0.74% 0.82% -
XYZ 28.95 16.73 8.72 -
YUV 102.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 209 54 77 0 0.74 0.63 0.18 351.1 0.63 0.52
Hex D1 36 4D 0 4A 3F 12 15F 3F 34
Octal 321 66 115 0 112 77 22 537 77 64
Binary 11010001 110110 1001101 0 1001010 111111 10010 101011111 111111 110100

Color Harmonies of #D1364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1364D

Black with #D1364D

Text Example


Text Example

White with #D1364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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