Html Css Color HEX #D3224A Brick Red

📋 copy color: '#D3224A'

red 211 ◦ green 34 ◦ blue 74

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

Shades of Brick Red #D3224A

Tints of Brick Red #D3224A

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

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

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

R = 66.14%
G = 10.66%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D3224A (or 0xD3224A) is known color: Brick Red. HEX triplet: D3, 22 and 4A. RGB value is (211,34,74). Sum of RGB (Red+Green+Blue) = 211+34+74=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3224A is #2CDDB5. Grayscale: #5B5B5B. Windows color (decimal): -2940342 or 4858579. OLE color: 4858579.

HSL color Cylindrical-coordinate representation of color #D3224A: hue angle of 346.44º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3224A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 34 74 -
CMYK 0 0.84 0.65 0.17
HSL 346.44º 0.72% 0.48% -
HSV(B) 346.44º 0.84% 0.83% -
XYZ 28.67 15.49 7.96 -
YUV 91.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 211 34 74 0 0.84 0.65 0.17 346.44 0.72 0.48
Hex D3 22 4A 0 54 41 11 15A 48 30
Octal 323 42 112 0 124 101 21 532 110 60
Binary 11010011 100010 1001010 0 1010100 1000001 10001 101011010 1001000 110000

Color Harmonies of #D3224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3224A

Black with #D3224A

Text Example


Text Example

White with #D3224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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