Html Css Color HEX #D2224A Brick Red

📋 copy color: '#D2224A'

red 210 ◦ green 34 ◦ blue 74

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

Shades of Brick Red #D2224A

Tints of Brick Red #D2224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 66.04%
G = 10.69%
B = 23.27%

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

#D2224A (or 0xD2224A) is known color: Brick Red. HEX triplet: D2, 22 and 4A. RGB value is (210,34,74). Sum of RGB (Red+Green+Blue) = 210+34+74=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2224A is #2DDDB5. Grayscale: #5B5B5B. Windows color (decimal): -3005878 or 4858578. OLE color: 4858578.

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

Color convert

RGB 210 34 74 -
CMYK 0 0.84 0.65 0.18
HSL 346.36º 0.72% 0.48% -
HSV(B) 346.36º 0.84% 0.82% -
XYZ 28.39 15.34 7.94 -
YUV 91.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 210 34 74 0 0.84 0.65 0.18 346.36 0.72 0.48
Hex D2 22 4A 0 54 41 12 15A 48 30
Octal 322 42 112 0 124 101 22 532 110 60
Binary 11010010 100010 1001010 0 1010100 1000001 10010 101011010 1001000 110000

Color Harmonies of #D2224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2224A

Black with #D2224A

Text Example


Text Example

White with #D2224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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