Html Css Color HEX #D22849 Brick Red

📋 copy color: '#D22849'

red 210 ◦ green 40 ◦ blue 73

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

Shades of Brick Red #D22849

Tints of Brick Red #D22849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 65.02%
G = 12.38%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D22849 (or 0xD22849) is known color: Brick Red. HEX triplet: D2, 28 and 49. RGB value is (210,40,73). Sum of RGB (Red+Green+Blue) = 210+40+73=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D22849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22849 is #2DD7B6. Grayscale: #5E5E5E. Windows color (decimal): -3004343 or 4794578. OLE color: 4794578.

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

Color convert

RGB 210 40 73 -
CMYK 0 0.81 0.65 0.18
HSL 348.35º 0.68% 0.49% -
HSV(B) 348.35º 0.81% 0.82% -
XYZ 28.54 15.7 7.83 -
YUV 94.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 210 40 73 0 0.81 0.65 0.18 348.35 0.68 0.49
Hex D2 28 49 0 51 41 12 15C 44 31
Octal 322 50 111 0 121 101 22 534 104 61
Binary 11010010 101000 1001001 0 1010001 1000001 10010 101011100 1000100 110001

Color Harmonies of #D22849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22849

Black with #D22849

Text Example


Text Example

White with #D22849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22849; }

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

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

background-color css

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

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

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

border-color css

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

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

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