Html Css Color HEX #D4314C Brick Red

📋 copy color: '#D4314C'

red 212 ◦ green 49 ◦ blue 76

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

Shades of Brick Red #D4314C

Tints of Brick Red #D4314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 62.91%
G = 14.54%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4314C (or 0xD4314C) is known color: Brick Red. HEX triplet: D4, 31 and 4C. RGB value is (212,49,76). Sum of RGB (Red+Green+Blue) = 212+49+76=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4314C is #2BCEB3. Grayscale: #646464. Windows color (decimal): -2870964 or 4993492. OLE color: 4993492.

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

Color convert

RGB 212 49 76 -
CMYK 0 0.77 0.64 0.17
HSL 350.06º 0.65% 0.51% -
HSV(B) 350.06º 0.77% 0.83% -
XYZ 29.55 16.72 8.51 -
YUV 100.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 212 49 76 0 0.77 0.64 0.17 350.06 0.65 0.51
Hex D4 31 4C 0 4D 40 11 15E 41 33
Octal 324 61 114 0 115 100 21 536 101 63
Binary 11010100 110001 1001100 0 1001101 1000000 10001 101011110 1000001 110011

Color Harmonies of #D4314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4314C

Black with #D4314C

Text Example


Text Example

White with #D4314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4314C; }

 p { color: rgb(212,49,76); }

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

background-color css

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

 a { background-color: rgb(212,49,76); }

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

border-color css

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

 span { border-color: rgb(212,49,76); }

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