Html Css Color HEX #D1324B Brick Red

📋 copy color: '#D1324B'

red 209 ◦ green 50 ◦ blue 75

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

Shades of Brick Red #D1324B

Tints of Brick Red #D1324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 62.57%
G = 14.97%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1324B (or 0xD1324B) is known color: Brick Red. HEX triplet: D1, 32 and 4B. RGB value is (209,50,75). Sum of RGB (Red+Green+Blue) = 209+50+75=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1324B is #2ECDB4. Grayscale: #646464. Windows color (decimal): -3067317 or 4928209. OLE color: 4928209.

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

Color convert

RGB 209 50 75 -
CMYK 0 0.76 0.64 0.18
HSL 350.57º 0.63% 0.51% -
HSV(B) 350.57º 0.76% 0.82% -
XYZ 28.71 16.34 8.3 -
YUV 100.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 209 50 75 0 0.76 0.64 0.18 350.57 0.63 0.51
Hex D1 32 4B 0 4C 40 12 15F 3F 33
Octal 321 62 113 0 114 100 22 537 77 63
Binary 11010001 110010 1001011 0 1001100 1000000 10010 101011111 111111 110011

Color Harmonies of #D1324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1324B

Black with #D1324B

Text Example


Text Example

White with #D1324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1324B; }

 p { color: rgb(209,50,75); }

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

background-color css

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

 a { background-color: rgb(209,50,75); }

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

border-color css

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

 span { border-color: rgb(209,50,75); }

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