Html Css Color HEX #D5324A Brick Red

📋 copy color: '#D5324A'

red 213 ◦ green 50 ◦ blue 74

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

Shades of Brick Red #D5324A

Tints of Brick Red #D5324A

RGB

 RED value IS 213 (83.59% from 255) = 63.2%

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

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

R = 63.2%
G = 14.84%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5324A (or 0xD5324A) is known color: Brick Red. HEX triplet: D5, 32 and 4A. RGB value is (213,50,74). Sum of RGB (Red+Green+Blue) = 213+50+74=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5324A is #2ACDB5. Grayscale: #656565. Windows color (decimal): -2805174 or 4862677. OLE color: 4862677.

HSL color Cylindrical-coordinate representation of color #D5324A: hue angle of 351.17º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5324A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 74 -
CMYK 0 0.77 0.65 0.16
HSL 351.17º 0.66% 0.52% -
HSV(B) 351.17º 0.77% 0.84% -
XYZ 29.82 16.92 8.17 -
YUV 101.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 213 50 74 0 0.77 0.65 0.16 351.17 0.66 0.52
Hex D5 32 4A 0 4D 41 10 15F 42 34
Octal 325 62 112 0 115 101 20 537 102 64
Binary 11010101 110010 1001010 0 1001101 1000001 10000 101011111 1000010 110100

Color Harmonies of #D5324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5324A

Black with #D5324A

Text Example


Text Example

White with #D5324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5324A; }

 p { color: rgb(213,50,74); }

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

background-color css

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

 a { background-color: rgb(213,50,74); }

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

border-color css

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

 span { border-color: rgb(213,50,74); }

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