#BD1227

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

Shades of Fire Engine Red #BD1227

Tints of Fire Engine Red #BD1227

Color information

#BD1227 (or 0xBD1227) is unknown color: approx Fire Engine Red. HEX triplet: BD, 12 and 27. RGB value is (189,18,39). Sum of RGB (Red+Green+Blue) = 189+18+39=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1227 is #42EDD8. Grayscale: #474747. Windows color (decimal): -4386265 or 2560701. OLE color: 2560701.

HSL color Cylindrical-coordinate representation of color #BD1227: hue angle of 352.63º degrees, saturation: 0.83, 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 #BD1227 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1891839-
CMYK00.900.790.26
HSL352.63º82.61%40.59%-
HSV(B)352.63º90.48%74.12%-
XYZ21.5711.42.98-
YUV71.52109.65211.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.83%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=76.83%
G=7.32%
B=15.85%

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
Decimal189183900.900.790.26352.6382.6140.59
HexBD122705A4F1A1615329
Octal275224701321173254112351
Binary1011110110010100111010110101001111110101011000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1227; }

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

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

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

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

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

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

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

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