#BD1823

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

Shades of Fire Engine Red #BD1823

Tints of Fire Engine Red #BD1823

Color information

#BD1823 (or 0xBD1823) is unknown color: approx Fire Engine Red. HEX triplet: BD, 18 and 23. RGB value is (189,24,35). Sum of RGB (Red+Green+Blue) = 189+24+35=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1823 is #42E7DC. Grayscale: #4A4A4A. Windows color (decimal): -4384733 or 2300093. OLE color: 2300093.

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

Color convert

RGB1892435-
CMYK00.870.810.26
HSL356º77.46%41.76%-
HSV(B)356º87.3%74.12%-
XYZ21.6211.592.69-
YUV74.59105.66209.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.21%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=76.21%
G=9.68%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189243500.870.810.2635677.4641.76
HexBD1823057511A1644d2a
Octal275304301271213254411552
Binary1011110111000100011010101111010001110101011001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1823; }

 p { color: rgb(189,24,35); }

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

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

 a { background-color: rgb(189,24,35); }

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

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

 span { border-color: rgb(189,24,35); }

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