#D1404B

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

Shades of Brick Red #D1404B

Tints of Brick Red #D1404B

Color information

#D1404B (or 0xD1404B) is unknown color: approx Brick Red. HEX triplet: D1, 40 and 4B. RGB value is (209,64,75). Sum of RGB (Red+Green+Blue) = 209+64+75=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1404B is #2EBFB4. Grayscale: #6C6C6C. Windows color (decimal): -3063733 or 4931793. OLE color: 4931793.

HSL color Cylindrical-coordinate representation of color #D1404B: hue angle of 355.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1404B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2096475-
CMYK00.690.640.18
HSL355.45º61.18%53.53%-
HSV(B)355.45º69.38%81.96%-
XYZ29.417.738.53-
YUV108.61109.04199.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.06%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=60.06%
G=18.39%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209647500.690.640.18355.4561.1853.53
HexD1404B04540121633d36
Octal3211001130105100225437566
Binary110100011000000100101101000101100000010010101100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1404B; }

 p { color: rgb(209,64,75); }

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

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

 a { background-color: rgb(209,64,75); }

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

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

 span { border-color: rgb(209,64,75); }

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