#D22842

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

Shades of Brick Red #D22842

Tints of Brick Red #D22842

Color information

#D22842 (or 0xD22842) is unknown color: approx Brick Red. HEX triplet: D2, 28 and 42. RGB value is (210,40,66). Sum of RGB (Red+Green+Blue) = 210+40+66=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22842 is #2DD7BD. Grayscale: #5D5D5D. Windows color (decimal): -3004350 or 4335826. OLE color: 4335826.

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

Color convert

RGB2104066-
CMYK00.810.690.18
HSL350.82º68%49.02%-
HSV(B)350.82º80.95%82.35%-
XYZ28.3215.616.68-
YUV93.79112.32210.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.46%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=66.46%
G=12.66%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210406600.810.690.18350.826849.02
HexD22842051451215f4431
Octal3225010201211052253710461
Binary110100101010001000010010100011000101100101010111111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22842; }

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

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

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

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

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

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

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

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