Html Css Color HEX #D4314B Brick Red

📋 copy color: '#D4314B'

red 212 ◦ green 49 ◦ blue 75

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

Shades of Brick Red #D4314B

Tints of Brick Red #D4314B

RGB

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

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

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

R = 63.1%
G = 14.58%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4314B (or 0xD4314B) is known color: Brick Red. HEX triplet: D4, 31 and 4B. RGB value is (212,49,75). Sum of RGB (Red+Green+Blue) = 212+49+75=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D4314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4314B is #2BCEB4. Grayscale: #646464. Windows color (decimal): -2870965 or 4927956. OLE color: 4927956.

HSL color Cylindrical-coordinate representation of color #D4314B: hue angle of 350.43º 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 #D4314B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 75 -
CMYK 0 0.77 0.65 0.17
HSL 350.43º 0.65% 0.51% -
HSV(B) 350.43º 0.77% 0.83% -
XYZ 29.52 16.7 8.32 -
YUV 100.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 212 49 75 0 0.77 0.65 0.17 350.43 0.65 0.51
Hex D4 31 4B 0 4D 41 11 15E 41 33
Octal 324 61 113 0 115 101 21 536 101 63
Binary 11010100 110001 1001011 0 1001101 1000001 10001 101011110 1000001 110011

Color Harmonies of #D4314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4314B

Black with #D4314B

Text Example


Text Example

White with #D4314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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