#BD1E20

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

Shades of Fire Engine Red #BD1E20

Tints of Fire Engine Red #BD1E20

Color information

#BD1E20 (or 0xBD1E20) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1E and 20. RGB value is (189,30,32). Sum of RGB (Red+Green+Blue) = 189+30+32=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E20 is #42E1DF. Grayscale: #4D4D4D. Windows color (decimal): -4383200 or 2105021. OLE color: 2105021.

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

Color convert

RGB1893032-
CMYK00.840.830.26
HSL359.25º72.6%42.94%-
HSV(B)359.25º84.13%74.12%-
XYZ21.7111.852.51-
YUV77.77102.18207.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=75.30%
G=11.95%
B=12.75%

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
Decimal189303200.840.830.26359.2572.642.94
HexBD1E20054531A167492b
Octal275364001241233254711153
Binary1011110111110100000010101001010011110101011001111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E20; }

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

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

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

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

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

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

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

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