Html Css Color HEX #D22249 Brick Red

📋 copy color: '#D22249'

red 210 ◦ green 34 ◦ blue 73

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

Shades of Brick Red #D22249

Tints of Brick Red #D22249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 66.25%
G = 10.73%
B = 23.03%

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

#D22249 (or 0xD22249) is known color: Brick Red. HEX triplet: D2, 22 and 49. RGB value is (210,34,73). Sum of RGB (Red+Green+Blue) = 210+34+73=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22249 is #2DDDB6. Grayscale: #5B5B5B. Windows color (decimal): -3005879 or 4793042. OLE color: 4793042.

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

Color convert

RGB 210 34 73 -
CMYK 0 0.84 0.65 0.18
HSL 346.7º 0.72% 0.48% -
HSV(B) 346.7º 0.84% 0.82% -
XYZ 28.35 15.33 7.77 -
YUV 91.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 210 34 73 0 0.84 0.65 0.18 346.7 0.72 0.48
Hex D2 22 49 0 54 41 12 15B 48 30
Octal 322 42 111 0 124 101 22 533 110 60
Binary 11010010 100010 1001001 0 1010100 1000001 10010 101011011 1001000 110000

Color Harmonies of #D22249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22249

Black with #D22249

Text Example


Text Example

White with #D22249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22249; }

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

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

background-color css

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

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

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

border-color css

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

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

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