Html Css Color HEX #D22949 Brick Red

📋 copy color: '#D22949'

red 210 ◦ green 41 ◦ blue 73

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

Shades of Brick Red #D22949

Tints of Brick Red #D22949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 64.81%
G = 12.65%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D22949 (or 0xD22949) is known color: Brick Red. HEX triplet: D2, 29 and 49. RGB value is (210,41,73). Sum of RGB (Red+Green+Blue) = 210+41+73=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D22949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22949 is #2DD6B6. Grayscale: #5F5F5F. Windows color (decimal): -3004087 or 4794834. OLE color: 4794834.

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

Color convert

RGB 210 41 73 -
CMYK 0 0.80 0.65 0.18
HSL 348.64º 0.67% 0.49% -
HSV(B) 348.64º 0.8% 0.82% -
XYZ 28.57 15.77 7.84 -
YUV 95.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 210 41 73 0 0.80 0.65 0.18 348.64 0.67 0.49
Hex D2 29 49 0 50 41 12 15D 43 31
Octal 322 51 111 0 120 101 22 535 103 61
Binary 11010010 101001 1001001 0 1010000 1000001 10010 101011101 1000011 110001

Color Harmonies of #D22949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22949

Black with #D22949

Text Example


Text Example

White with #D22949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22949; }

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

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

background-color css

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

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

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

border-color css

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

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

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