#D22E3E

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

Shades of Brick Red #D22E3E

Tints of Brick Red #D22E3E

Color information

#D22E3E (or 0xD22E3E) is unknown color: approx Brick Red. HEX triplet: D2, 2E and 3E. RGB value is (210,46,62). Sum of RGB (Red+Green+Blue) = 210+46+62=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22E3E is #2DD1C1. Grayscale: #606060. Windows color (decimal): -3002818 or 4075218. OLE color: 4075218.

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

Color convert

RGB2104662-
CMYK00.780.700.18
HSL354.15º64.57%50.2%-
HSV(B)354.15º78.1%82.35%-
XYZ28.42166.15-
YUV96.86108.33208.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.04%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=66.04%
G=14.47%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210466200.780.700.18354.1564.5750.2
HexD22E3E04E46121624132
Octal322567601161062254210162
Binary11010010101110111110010011101000110100101011000101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22E3E; }

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

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

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

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

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

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

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

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