#B61D21

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

Shades of Fire Engine Red #B61D21

Tints of Fire Engine Red #B61D21

Color information

#B61D21 (or 0xB61D21) is unknown color: approx Fire Engine Red. HEX triplet: B6, 1D and 21. RGB value is (182,29,33). Sum of RGB (Red+Green+Blue) = 182+29+33=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D21 is #49E2DE. Grayscale: #4B4B4B. Windows color (decimal): -4842207 or 2170294. OLE color: 2170294.

HSL color Cylindrical-coordinate representation of color #B61D21: hue angle of 358.43º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D21 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1822933-
CMYK00.840.820.29
HSL358.43º72.51%41.37%-
HSV(B)358.43º84.07%71.37%-
XYZ20.0110.932.49-
YUV75.2104.19204.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.59%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=74.59%
G=11.89%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182293300.840.820.29358.4372.5141.37
HexB61D21054521D1664929
Octal266354101241223554611151
Binary1011011011101100001010101001010010111011011001101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D21; }

 p { color: rgb(182,29,33); }

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

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

 a { background-color: rgb(182,29,33); }

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

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

 span { border-color: rgb(182,29,33); }

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