Html Css Color HEX #BB2425 Fire Engine Red

📋 copy color: '#BB2425'

red 187 ◦ green 36 ◦ blue 37

#BB2425
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BB2425

Tints of Fire Engine Red #BB2425

RGB

 RED value IS 187 (73.44% from 255) = 71.92%

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 71.92%
G = 13.85%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB2425 (or 0xBB2425) is known color: Fire Engine Red. HEX triplet: BB, 24 and 25. RGB value is (187,36,37). Sum of RGB (Red+Green+Blue) = 187+36+37=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2425 is #44DBDA. Grayscale: #515151. Windows color (decimal): -4512731 or 2434235. OLE color: 2434235.

HSL color Cylindrical-coordinate representation of color #BB2425: hue angle of 359.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2425 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 37 -
CMYK 0 0.81 0.80 0.27
HSL 359.6º 0.68% 0.44% -
HSV(B) 359.6º 0.81% 0.73% -
XYZ 21.46 11.96 2.93 -
YUV 81.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 187 36 37 0 0.81 0.80 0.27 359.6 0.68 0.44
Hex BB 24 25 0 51 50 1B 168 44 2C
Octal 273 44 45 0 121 120 33 550 104 54
Binary 10111011 100100 100101 0 1010001 1010000 11011 101101000 1000100 101100

Color Harmonies of #BB2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2425

Black with #BB2425

Text Example


Text Example

White with #BB2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2425; }

 p { color: rgb(187,36,37); }

 H1.HeaderClassName
 {
   color: #BB2425;
 }
 .AnyTagClassName
 {
   color: #BB2425;
 }
</style>

background-color css

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

 a { background-color: rgb(187,36,37); }

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

border-color css

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

 span { border-color: rgb(187,36,37); }

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