#d22e4b

Color #D22E4B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D22E4B

Tints of Brick Red #D22E4B

Color information

#D22E4B (or 0xD22E4B) is unknown color: approx Brick Red. HEX triplet: D2, 2E and 4B. RGB value is (210,46,75). Sum of RGB (Red+Green+Blue) = 210+46+75=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22E4B is #2DD1B4. Grayscale: #626262. Windows color (decimal): -3002805 or 4927186. OLE color: 4927186.

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

Color convert

RGB2104675-
CMYK00.780.640.18
HSL349.39º64.57%50.2%-
HSV(B)349.39º78.1%82.35%-
XYZ28.8316.168.26-
YUV98.34114.83207.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.44%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=63.44%
G=13.90%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210467500.780.640.18349.3964.5750.2
HexD22E4B04E401215d4132
Octal3225611301161002253510162
Binary110100101011101001011010011101000000100101010111011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d22e4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d22e4b; }

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

 H1.HeaderClassName
 {
   color: #d22e4b;
 }
 .AnyTagClassName
 {
   color: #d22e4b;
 }
</style>
background-color css

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

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

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

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

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

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