#BD1327

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

Shades of Fire Engine Red #BD1327

Tints of Fire Engine Red #BD1327

Color information

#BD1327 (or 0xBD1327) is unknown color: approx Fire Engine Red. HEX triplet: BD, 13 and 27. RGB value is (189,19,39). Sum of RGB (Red+Green+Blue) = 189+19+39=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1327 is #42ECD8. Grayscale: #484848. Windows color (decimal): -4386009 or 2560957. OLE color: 2560957.

HSL color Cylindrical-coordinate representation of color #BD1327: hue angle of 352.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1327 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1891939-
CMYK00.900.790.26
HSL352.94º81.73%40.78%-
HSV(B)352.94º89.95%74.12%-
XYZ21.5911.432.99-
YUV72.11109.32211.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.52%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=76.52%
G=7.69%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189193900.900.790.26352.9481.7340.78
HexBD132705A4F1A1615229
Octal275234701321173254112251
Binary1011110110011100111010110101001111110101011000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1327; }

 p { color: rgb(189,19,39); }

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

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

 a { background-color: rgb(189,19,39); }

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

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

 span { border-color: rgb(189,19,39); }

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