Html Css Color HEX #D22D49 Brick Red

📋 copy color: '#D22D49'

red 210 ◦ green 45 ◦ blue 73

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

Shades of Brick Red #D22D49

Tints of Brick Red #D22D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.72%

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

R = 64.02%
G = 13.72%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D22D49 (or 0xD22D49) is known color: Brick Red. HEX triplet: D2, 2D and 49. RGB value is (210,45,73). Sum of RGB (Red+Green+Blue) = 210+45+73=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D49 is #2DD2B6. Grayscale: #616161. Windows color (decimal): -3003063 or 4795858. OLE color: 4795858.

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

Color convert

RGB 210 45 73 -
CMYK 0 0.79 0.65 0.18
HSL 349.82º 0.65% 0.5% -
HSV(B) 349.82º 0.79% 0.82% -
XYZ 28.72 16.06 7.89 -
YUV 97.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 210 45 73 0 0.79 0.65 0.18 349.82 0.65 0.5
Hex D2 2D 49 0 4F 41 12 15E 41 32
Octal 322 55 111 0 117 101 22 536 101 62
Binary 11010010 101101 1001001 0 1001111 1000001 10010 101011110 1000001 110010

Color Harmonies of #D22D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D49

Black with #D22D49

Text Example


Text Example

White with #D22D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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