Html Css Color HEX #D2214A Brick Red

📋 copy color: '#D2214A'

red 210 ◦ green 33 ◦ blue 74

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

Shades of Brick Red #D2214A

Tints of Brick Red #D2214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 66.25%
G = 10.41%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2214A (or 0xD2214A) is known color: Brick Red. HEX triplet: D2, 21 and 4A. RGB value is (210,33,74). Sum of RGB (Red+Green+Blue) = 210+33+74=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2214A is #2DDEB5. Grayscale: #5A5A5A. Windows color (decimal): -3006134 or 4858322. OLE color: 4858322.

HSL color Cylindrical-coordinate representation of color #D2214A: hue angle of 346.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2214A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 74 -
CMYK 0 0.84 0.65 0.18
HSL 346.1º 0.73% 0.48% -
HSV(B) 346.1º 0.84% 0.82% -
XYZ 28.36 15.28 7.93 -
YUV 90.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 210 33 74 0 0.84 0.65 0.18 346.1 0.73 0.48
Hex D2 21 4A 0 54 41 12 15A 49 30
Octal 322 41 112 0 124 101 22 532 111 60
Binary 11010010 100001 1001010 0 1010100 1000001 10010 101011010 1001001 110000

Color Harmonies of #D2214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2214A

Black with #D2214A

Text Example


Text Example

White with #D2214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2214A; }

 p { color: rgb(210,33,74); }

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

background-color css

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

 a { background-color: rgb(210,33,74); }

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

border-color css

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

 span { border-color: rgb(210,33,74); }

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