#BD1525

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

Shades of Fire Engine Red #BD1525

Tints of Fire Engine Red #BD1525

Color information

#BD1525 (or 0xBD1525) is unknown color: approx Fire Engine Red. HEX triplet: BD, 15 and 25. RGB value is (189,21,37). Sum of RGB (Red+Green+Blue) = 189+21+37=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1525 is #42EADA. Grayscale: #494949. Windows color (decimal): -4385499 or 2430397. OLE color: 2430397.

HSL color Cylindrical-coordinate representation of color #BD1525: hue angle of 354.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1525 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1892137-
CMYK00.890.800.26
HSL354.29º80%41.18%-
HSV(B)354.29º88.89%74.12%-
XYZ21.5911.492.83-
YUV73.06107.66210.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.52%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=76.52%
G=8.50%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189213700.890.800.26354.298041.18
HexBD1525059501A1625029
Octal275254501311203254212051
Binary1011110110101100101010110011010000110101011000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1525; }

 p { color: rgb(189,21,37); }

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

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

 a { background-color: rgb(189,21,37); }

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

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

 span { border-color: rgb(189,21,37); }

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