#BD0D27

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

Shades of Fire Engine Red #BD0D27

Tints of Fire Engine Red #BD0D27

Color information

#BD0D27 (or 0xBD0D27) is unknown color: approx Fire Engine Red. HEX triplet: BD, 0D and 27. RGB value is (189,13,39). Sum of RGB (Red+Green+Blue) = 189+13+39=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0D27 is #42F2D8. Grayscale: #444444. Windows color (decimal): -4387545 or 2559421. OLE color: 2559421.

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

Color convert

RGB1891339-
CMYK00.930.790.26
HSL351.14º87.13%39.61%-
HSV(B)351.14º93.12%74.12%-
XYZ21.511.252.96-
YUV68.59111.31213.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.42%
GREEN value IS 13 (5.47% from 255) = 5.39%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=78.42%
G=5.39%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189133900.930.790.26351.1487.1339.61
HexBDD2705D4F1A15f5728
Octal275154701351173253712750
Binary101111011101100111010111011001111110101010111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0D27; }

 p { color: rgb(189,13,39); }

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

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

 a { background-color: rgb(189,13,39); }

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

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

 span { border-color: rgb(189,13,39); }

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