#D22348

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

Shades of Brick Red #D22348

Tints of Brick Red #D22348

Color information

#D22348 (or 0xD22348) is unknown color: approx Brick Red. HEX triplet: D2, 23 and 48. RGB value is (210,35,72). Sum of RGB (Red+Green+Blue) = 210+35+72=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22348 is #2DDCB7. Grayscale: #5B5B5B. Windows color (decimal): -3005624 or 4727762. OLE color: 4727762.

HSL color Cylindrical-coordinate representation of color #D22348: hue angle of 347.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22348 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2103572-
CMYK00.830.660.18
HSL347.31º71.43%48.04%-
HSV(B)347.31º83.33%82.35%-
XYZ28.3515.377.6-
YUV91.54116.98212.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.25%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=66.25%
G=11.04%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210357200.830.660.18347.3171.4348.04
HexD22348053421215b4730
Octal3224311001231022253310760
Binary110100101000111001000010100111000010100101010110111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22348; }

 p { color: rgb(210,35,72); }

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

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

 a { background-color: rgb(210,35,72); }

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

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

 span { border-color: rgb(210,35,72); }

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