Html Css Color HEX #D1364F Brick Red

📋 copy color: '#D1364F'

red 209 ◦ green 54 ◦ blue 79

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

Shades of Brick Red #D1364F

Tints of Brick Red #D1364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 61.11%
G = 15.79%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1364F (or 0xD1364F) is known color: Brick Red. HEX triplet: D1, 36 and 4F. RGB value is (209,54,79). Sum of RGB (Red+Green+Blue) = 209+54+79=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1364F is #2EC9B0. Grayscale: #676767. Windows color (decimal): -3066289 or 5191377. OLE color: 5191377.

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

Color convert

RGB 209 54 79 -
CMYK 0 0.74 0.62 0.18
HSL 350.32º 0.63% 0.52% -
HSV(B) 350.32º 0.74% 0.82% -
XYZ 29.02 16.76 9.1 -
YUV 103.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 209 54 79 0 0.74 0.62 0.18 350.32 0.63 0.52
Hex D1 36 4F 0 4A 3E 12 15E 3F 34
Octal 321 66 117 0 112 76 22 536 77 64
Binary 11010001 110110 1001111 0 1001010 111110 10010 101011110 111111 110100

Color Harmonies of #D1364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1364F

Black with #D1364F

Text Example


Text Example

White with #D1364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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