#BD1722

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

Shades of Fire Engine Red #BD1722

Tints of Fire Engine Red #BD1722

Color information

#BD1722 (or 0xBD1722) is unknown color: approx Fire Engine Red. HEX triplet: BD, 17 and 22. RGB value is (189,23,34). Sum of RGB (Red+Green+Blue) = 189+23+34=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1722 is #42E8DD. Grayscale: #4A4A4A. Windows color (decimal): -4384990 or 2234301. OLE color: 2234301.

HSL color Cylindrical-coordinate representation of color #BD1722: hue angle of 356.02º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1722 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB1892334-
CMYK00.880.820.26
HSL356.02º78.3%41.57%-
HSV(B)356.02º87.83%74.12%-
XYZ21.5811.552.6-
YUV73.89105.5210.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.83%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 34 (13.67% from 255) = 13.82%
R=76.83%
G=9.35%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189233400.880.820.26356.0278.341.57
HexBD1722058521A1644e2a
Octal275274201301223254411652
Binary1011110110111100010010110001010010110101011001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1722; }

 p { color: rgb(189,23,34); }

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

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

 a { background-color: rgb(189,23,34); }

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

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

 span { border-color: rgb(189,23,34); }

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