Html Css Color HEX #D1364A Brick Red

📋 copy color: '#D1364A'

red 209 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #D1364A

Tints of Brick Red #D1364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 62.02%
G = 16.02%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1364A (or 0xD1364A) is known color: Brick Red. HEX triplet: D1, 36 and 4A. RGB value is (209,54,74). Sum of RGB (Red+Green+Blue) = 209+54+74=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1364A is #2EC9B5. Grayscale: #666666. Windows color (decimal): -3066294 or 4863697. OLE color: 4863697.

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

Color convert

RGB 209 54 74 -
CMYK 0 0.74 0.65 0.18
HSL 352.26º 0.63% 0.52% -
HSV(B) 352.26º 0.74% 0.82% -
XYZ 28.85 16.69 8.18 -
YUV 102.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 209 54 74 0 0.74 0.65 0.18 352.26 0.63 0.52
Hex D1 36 4A 0 4A 41 12 160 3F 34
Octal 321 66 112 0 112 101 22 540 77 64
Binary 11010001 110110 1001010 0 1001010 1000001 10010 101100000 111111 110100

Color Harmonies of #D1364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1364A

Black with #D1364A

Text Example


Text Example

White with #D1364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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