#BD1F20

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

Shades of Fire Engine Red #BD1F20

Tints of Fire Engine Red #BD1F20

Color information

#BD1F20 (or 0xBD1F20) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1F and 20. RGB value is (189,31,32). Sum of RGB (Red+Green+Blue) = 189+31+32=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F20 is #42E0DF. Grayscale: #4E4E4E. Windows color (decimal): -4382944 or 2105277. OLE color: 2105277.

HSL color Cylindrical-coordinate representation of color #BD1F20: hue angle of 359.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F20 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB1893132-
CMYK00.840.830.26
HSL359.62º71.82%43.14%-
HSV(B)359.62º83.6%74.12%-
XYZ21.7411.92.52-
YUV78.36101.85206.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=75%
G=12.30%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189313200.840.830.26359.6271.8243.14
HexBD1F20054531A168482b
Octal275374001241233255011053
Binary1011110111111100000010101001010011110101011010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F20; }

 p { color: rgb(189,31,32); }

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

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

 a { background-color: rgb(189,31,32); }

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

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

 span { border-color: rgb(189,31,32); }

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