Html Css Color HEX #D1214B Brick Red

📋 copy color: '#D1214B'

red 209 ◦ green 33 ◦ blue 75

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

Shades of Brick Red #D1214B

Tints of Brick Red #D1214B

RGB

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

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

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

R = 65.93%
G = 10.41%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1214B (or 0xD1214B) is known color: Brick Red. HEX triplet: D1, 21 and 4B. RGB value is (209,33,75). Sum of RGB (Red+Green+Blue) = 209+33+75=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1214B is #2EDEB4. Grayscale: #5A5A5A. Windows color (decimal): -3071669 or 4923857. OLE color: 4923857.

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

Color convert

RGB 209 33 75 -
CMYK 0 0.84 0.64 0.18
HSL 345.68º 0.73% 0.47% -
HSV(B) 345.68º 0.84% 0.82% -
XYZ 28.11 15.15 8.1 -
YUV 90.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 209 33 75 0 0.84 0.64 0.18 345.68 0.73 0.47
Hex D1 21 4B 0 54 40 12 15A 49 2F
Octal 321 41 113 0 124 100 22 532 111 57
Binary 11010001 100001 1001011 0 1010100 1000000 10010 101011010 1001001 101111

Color Harmonies of #D1214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1214B

Black with #D1214B

Text Example


Text Example

White with #D1214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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