Html Css Color HEX #D22149 Brick Red

📋 copy color: '#D22149'

red 210 ◦ green 33 ◦ blue 73

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

Shades of Brick Red #D22149

Tints of Brick Red #D22149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 66.46%
G = 10.44%
B = 23.1%

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

#D22149 (or 0xD22149) is known color: Brick Red. HEX triplet: D2, 21 and 49. RGB value is (210,33,73). Sum of RGB (Red+Green+Blue) = 210+33+73=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22149 is #2DDEB6. Grayscale: #5A5A5A. Windows color (decimal): -3006135 or 4792786. OLE color: 4792786.

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

Color convert

RGB 210 33 73 -
CMYK 0 0.84 0.65 0.18
HSL 346.44º 0.73% 0.48% -
HSV(B) 346.44º 0.84% 0.82% -
XYZ 28.32 15.27 7.76 -
YUV 90.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 210 33 73 0 0.84 0.65 0.18 346.44 0.73 0.48
Hex D2 21 49 0 54 41 12 15A 49 30
Octal 322 41 111 0 124 101 22 532 111 60
Binary 11010010 100001 1001001 0 1010100 1000001 10010 101011010 1001001 110000

Color Harmonies of #D22149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22149

Black with #D22149

Text Example


Text Example

White with #D22149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22149; }

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

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

background-color css

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

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

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

border-color css

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

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

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