Html Css Color HEX #D2224B Brick Red

📋 copy color: '#D2224B'

red 210 ◦ green 34 ◦ blue 75

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

Shades of Brick Red #D2224B

Tints of Brick Red #D2224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 65.83%
G = 10.66%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2224B (or 0xD2224B) is known color: Brick Red. HEX triplet: D2, 22 and 4B. RGB value is (210,34,75). Sum of RGB (Red+Green+Blue) = 210+34+75=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2224B is #2DDDB4. Grayscale: #5B5B5B. Windows color (decimal): -3005877 or 4924114. OLE color: 4924114.

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

Color convert

RGB 210 34 75 -
CMYK 0 0.84 0.64 0.18
HSL 346.02º 0.72% 0.48% -
HSV(B) 346.02º 0.84% 0.82% -
XYZ 28.42 15.35 8.12 -
YUV 91.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 210 34 75 0 0.84 0.64 0.18 346.02 0.72 0.48
Hex D2 22 4B 0 54 40 12 15A 48 30
Octal 322 42 113 0 124 100 22 532 110 60
Binary 11010010 100010 1001011 0 1010100 1000000 10010 101011010 1001000 110000

Color Harmonies of #D2224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2224B

Black with #D2224B

Text Example


Text Example

White with #D2224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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