Html Css Color HEX #D1354C Brick Red

📋 copy color: '#D1354C'

red 209 ◦ green 53 ◦ blue 76

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

Shades of Brick Red #D1354C

Tints of Brick Red #D1354C

RGB

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

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

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

R = 61.83%
G = 15.68%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1354C (or 0xD1354C) is known color: Brick Red. HEX triplet: D1, 35 and 4C. RGB value is (209,53,76). Sum of RGB (Red+Green+Blue) = 209+53+76=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1354C is #2ECAB3. Grayscale: #666666. Windows color (decimal): -3066548 or 4994513. OLE color: 4994513.

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

Color convert

RGB 209 53 76 -
CMYK 0 0.75 0.64 0.18
HSL 351.15º 0.63% 0.51% -
HSV(B) 351.15º 0.75% 0.82% -
XYZ 28.87 16.62 8.52 -
YUV 102.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 209 53 76 0 0.75 0.64 0.18 351.15 0.63 0.51
Hex D1 35 4C 0 4B 40 12 15F 3F 33
Octal 321 65 114 0 113 100 22 537 77 63
Binary 11010001 110101 1001100 0 1001011 1000000 10010 101011111 111111 110011

Color Harmonies of #D1354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1354C

Black with #D1354C

Text Example


Text Example

White with #D1354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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