#D42B3B

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

Shades of Brick Red #D42B3B

Tints of Brick Red #D42B3B

Color information

#D42B3B (or 0xD42B3B) is unknown color: approx Brick Red. HEX triplet: D4, 2B and 3B. RGB value is (212,43,59). Sum of RGB (Red+Green+Blue) = 212+43+59=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B3B is #2BD4C4. Grayscale: #5F5F5F. Windows color (decimal): -2872517 or 3877844. OLE color: 3877844.

HSL color Cylindrical-coordinate representation of color #D42B3B: hue angle of 354.32º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B3B is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2124359-
CMYK00.800.720.17
HSL354.32º66.27%50%-
HSV(B)354.32º79.72%83.14%-
XYZ28.816.045.72-
YUV95.35107.49211.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.52%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=67.52%
G=13.69%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212435900.800.720.17354.3266.2750
HexD42B3B05048111624232
Octal324537301201102154210262
Binary11010100101011111011010100001001000100011011000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42B3B; }

 p { color: rgb(212,43,59); }

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

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

 a { background-color: rgb(212,43,59); }

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

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

 span { border-color: rgb(212,43,59); }

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