Html Css Color HEX #D2314E Brick Red

📋 copy color: '#D2314E'

red 210 ◦ green 49 ◦ blue 78

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

Shades of Brick Red #D2314E

Tints of Brick Red #D2314E

RGB

 RED value IS 210 (82.42% from 255) = 62.31%

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 62.31%
G = 14.54%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2314E (or 0xD2314E) is known color: Brick Red. HEX triplet: D2, 31 and 4E. RGB value is (210,49,78). Sum of RGB (Red+Green+Blue) = 210+49+78=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2314E is #2DCEB1. Grayscale: #646464. Windows color (decimal): -3002034 or 5124562. OLE color: 5124562.

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

Color convert

RGB 210 49 78 -
CMYK 0 0.77 0.63 0.18
HSL 349.19º 0.64% 0.51% -
HSV(B) 349.19º 0.77% 0.82% -
XYZ 29.05 16.45 8.85 -
YUV 100.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 210 49 78 0 0.77 0.63 0.18 349.19 0.64 0.51
Hex D2 31 4E 0 4D 3F 12 15D 40 33
Octal 322 61 116 0 115 77 22 535 100 63
Binary 11010010 110001 1001110 0 1001101 111111 10010 101011101 1000000 110011

Color Harmonies of #D2314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2314E

Black with #D2314E

Text Example


Text Example

White with #D2314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2314E; }

 p { color: rgb(210,49,78); }

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

background-color css

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

 a { background-color: rgb(210,49,78); }

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

border-color css

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

 span { border-color: rgb(210,49,78); }

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