Html Css Color HEX #D1354D Brick Red

📋 copy color: '#D1354D'

red 209 ◦ green 53 ◦ blue 77

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

Shades of Brick Red #D1354D

Tints of Brick Red #D1354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 61.65%
G = 15.63%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1354D (or 0xD1354D) is known color: Brick Red. HEX triplet: D1, 35 and 4D. RGB value is (209,53,77). Sum of RGB (Red+Green+Blue) = 209+53+77=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1354D is #2ECAB2. Grayscale: #666666. Windows color (decimal): -3066547 or 5060049. OLE color: 5060049.

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

Color convert

RGB 209 53 77 -
CMYK 0 0.75 0.63 0.18
HSL 350.77º 0.63% 0.51% -
HSV(B) 350.77º 0.75% 0.82% -
XYZ 28.91 16.64 8.71 -
YUV 102.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 209 53 77 0 0.75 0.63 0.18 350.77 0.63 0.51
Hex D1 35 4D 0 4B 3F 12 15F 3F 33
Octal 321 65 115 0 113 77 22 537 77 63
Binary 11010001 110101 1001101 0 1001011 111111 10010 101011111 111111 110011

Color Harmonies of #D1354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1354D

Black with #D1354D

Text Example


Text Example

White with #D1354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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