#BD1F26

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

Shades of Fire Engine Red #BD1F26

Tints of Fire Engine Red #BD1F26

Color information

#BD1F26 (or 0xBD1F26) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1F and 26. RGB value is (189,31,38). Sum of RGB (Red+Green+Blue) = 189+31+38=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F26 is #42E0D9. Grayscale: #4F4F4F. Windows color (decimal): -4382938 or 2498493. OLE color: 2498493.

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

Color convert

RGB1893138-
CMYK00.840.800.26
HSL357.34º71.82%43.14%-
HSV(B)357.34º83.6%74.12%-
XYZ21.8311.942.99-
YUV79.04104.85206.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.26%
GREEN value IS 31 (12.5% from 255) = 12.02%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=73.26%
G=12.02%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189313800.840.800.26357.3471.8243.14
HexBD1F26054501A165482b
Octal275374601241203254511053
Binary1011110111111100110010101001010000110101011001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F26; }

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

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

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

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

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

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

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

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