#D22746

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

Shades of Brick Red #D22746

Tints of Brick Red #D22746

Color information

#D22746 (or 0xD22746) is unknown color: approx Brick Red. HEX triplet: D2, 27 and 46. RGB value is (210,39,70). Sum of RGB (Red+Green+Blue) = 210+39+70=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D22746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22746 is #2DD8B9. Grayscale: #5D5D5D. Windows color (decimal): -3004602 or 4597714. OLE color: 4597714.

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

Color convert

RGB2103970-
CMYK00.810.670.18
HSL349.12º68.67%48.82%-
HSV(B)349.12º81.43%82.35%-
XYZ28.4115.597.31-
YUV93.66114.65210.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.83%
GREEN value IS 39 (15.62% from 255) = 12.23%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=65.83%
G=12.23%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210397000.810.670.18349.1268.6748.82
HexD22746051431215d4531
Octal3224710601211032253510561
Binary110100101001111000110010100011000011100101010111011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22746; }

 p { color: rgb(210,39,70); }

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

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

 a { background-color: rgb(210,39,70); }

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

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

 span { border-color: rgb(210,39,70); }

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