Html Css Color HEX #D4324B Brick Red

📋 copy color: '#D4324B'

red 212 ◦ green 50 ◦ blue 75

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

Shades of Brick Red #D4324B

Tints of Brick Red #D4324B

RGB

 RED value IS 212 (83.2% from 255) = 62.91%

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

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

R = 62.91%
G = 14.84%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4324B (or 0xD4324B) is known color: Brick Red. HEX triplet: D4, 32 and 4B. RGB value is (212,50,75). Sum of RGB (Red+Green+Blue) = 212+50+75=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4324B is #2BCDB4. Grayscale: #656565. Windows color (decimal): -2870709 or 4928212. OLE color: 4928212.

HSL color Cylindrical-coordinate representation of color #D4324B: hue angle of 350.74º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4324B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 75 -
CMYK 0 0.76 0.65 0.17
HSL 350.74º 0.65% 0.51% -
HSV(B) 350.74º 0.76% 0.83% -
XYZ 29.56 16.79 8.34 -
YUV 101.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 212 50 75 0 0.76 0.65 0.17 350.74 0.65 0.51
Hex D4 32 4B 0 4C 41 11 15F 41 33
Octal 324 62 113 0 114 101 21 537 101 63
Binary 11010100 110010 1001011 0 1001100 1000001 10001 101011111 1000001 110011

Color Harmonies of #D4324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4324B

Black with #D4324B

Text Example


Text Example

White with #D4324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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