#BD1E22

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

Shades of Fire Engine Red #BD1E22

Tints of Fire Engine Red #BD1E22

Color information

#BD1E22 (or 0xBD1E22) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1E and 22. RGB value is (189,30,34). Sum of RGB (Red+Green+Blue) = 189+30+34=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E22 is #42E1DD. Grayscale: #4E4E4E. Windows color (decimal): -4383198 or 2236093. OLE color: 2236093.

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

Color convert

RGB1893034-
CMYK00.840.820.26
HSL358.49º72.6%42.94%-
HSV(B)358.49º84.13%74.12%-
XYZ21.7411.862.66-
YUV78103.18207.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.70%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 34 (13.67% from 255) = 13.44%
R=74.70%
G=11.86%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189303400.840.820.26358.4972.642.94
HexBD1E22054521A166492b
Octal275364201241223254611153
Binary1011110111110100010010101001010010110101011001101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E22; }

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

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

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

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

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

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

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

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