Html Css Color HEX #D2314D Brick Red

📋 copy color: '#D2314D'

red 210 ◦ green 49 ◦ blue 77

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

Shades of Brick Red #D2314D

Tints of Brick Red #D2314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 62.5%
G = 14.58%
B = 22.92%

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

#D2314D (or 0xD2314D) is known color: Brick Red. HEX triplet: D2, 31 and 4D. RGB value is (210,49,77). Sum of RGB (Red+Green+Blue) = 210+49+77=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2314D is #2DCEB2. Grayscale: #646464. Windows color (decimal): -3002035 or 5059026. OLE color: 5059026.

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

Color convert

RGB 210 49 77 -
CMYK 0 0.77 0.63 0.18
HSL 349.57º 0.64% 0.51% -
HSV(B) 349.57º 0.77% 0.82% -
XYZ 29.02 16.43 8.66 -
YUV 100.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 210 49 77 0 0.77 0.63 0.18 349.57 0.64 0.51
Hex D2 31 4D 0 4D 3F 12 15E 40 33
Octal 322 61 115 0 115 77 22 536 100 63
Binary 11010010 110001 1001101 0 1001101 111111 10010 101011110 1000000 110011

Color Harmonies of #D2314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2314D

Black with #D2314D

Text Example


Text Example

White with #D2314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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