Html Css Color HEX #D1214A Brick Red

📋 copy color: '#D1214A'

red 209 ◦ green 33 ◦ blue 74

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

Shades of Brick Red #D1214A

Tints of Brick Red #D1214A

RGB

 RED value IS 209 (82.03% from 255) = 66.14%

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

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

R = 66.14%
G = 10.44%
B = 23.42%

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

#D1214A (or 0xD1214A) is known color: Brick Red. HEX triplet: D1, 21 and 4A. RGB value is (209,33,74). Sum of RGB (Red+Green+Blue) = 209+33+74=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1214A is #2EDEB5. Grayscale: #5A5A5A. Windows color (decimal): -3071670 or 4858321. OLE color: 4858321.

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

Color convert

RGB 209 33 74 -
CMYK 0 0.84 0.65 0.18
HSL 346.02º 0.73% 0.47% -
HSV(B) 346.02º 0.84% 0.82% -
XYZ 28.07 15.14 7.92 -
YUV 90.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 209 33 74 0 0.84 0.65 0.18 346.02 0.73 0.47
Hex D1 21 4A 0 54 41 12 15A 49 2F
Octal 321 41 112 0 124 101 22 532 111 57
Binary 11010001 100001 1001010 0 1010100 1000001 10010 101011010 1001001 101111

Color Harmonies of #D1214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1214A

Black with #D1214A

Text Example


Text Example

White with #D1214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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