#BE0D29

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

Shades of Fire Engine Red #BE0D29

Tints of Fire Engine Red #BE0D29

Color information

#BE0D29 (or 0xBE0D29) is unknown color: approx Fire Engine Red. HEX triplet: BE, 0D and 29. RGB value is (190,13,41). Sum of RGB (Red+Green+Blue) = 190+13+41=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0D29 is #41F2D6. Grayscale: #454545. Windows color (decimal): -4322007 or 2690494. OLE color: 2690494.

HSL color Cylindrical-coordinate representation of color #BE0D29: hue angle of 350.51º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0D29 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1901341-
CMYK00.930.780.25
HSL350.51º87.19%39.8%-
HSV(B)350.51º93.16%74.51%-
XYZ21.7811.43.15-
YUV69.11112.14214.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.87%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=77.87%
G=5.33%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190134100.930.780.25350.5187.1939.8
HexBED2905D4E1915f5728
Octal276155101351163153712750
Binary101111101101101001010111011001110110011010111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0D29; }

 p { color: rgb(190,13,41); }

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

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

 a { background-color: rgb(190,13,41); }

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

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

 span { border-color: rgb(190,13,41); }

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