Html Css Color HEX #BB1221 Fire Engine Red

📋 copy color: '#BB1221'

red 187 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #BB1221

Tints of Fire Engine Red #BB1221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 33 (13.28% from 255) = 13.87%

R = 78.57%
G = 7.56%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB1221 (or 0xBB1221) is known color: Fire Engine Red. HEX triplet: BB, 12 and 21. RGB value is (187,18,33). Sum of RGB (Red+Green+Blue) = 187+18+33=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1221 is #44EDDE. Grayscale: #464646. Windows color (decimal): -4517343 or 2167483. OLE color: 2167483.

HSL color Cylindrical-coordinate representation of color #BB1221: hue angle of 354.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1221 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 33 -
CMYK 0 0.90 0.82 0.27
HSL 354.67º 0.82% 0.4% -
HSV(B) 354.67º 0.9% 0.73% -
XYZ 20.98 11.11 2.48 -
YUV 70.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 187 18 33 0 0.90 0.82 0.27 354.67 0.82 0.4
Hex BB 12 21 0 5A 52 1B 163 52 28
Octal 273 22 41 0 132 122 33 543 122 50
Binary 10111011 10010 100001 0 1011010 1010010 11011 101100011 1010010 101000

Color Harmonies of #BB1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1221

Black with #BB1221

Text Example


Text Example

White with #BB1221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1221; }

 p { color: rgb(187,18,33); }

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

background-color css

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

 a { background-color: rgb(187,18,33); }

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

border-color css

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

 span { border-color: rgb(187,18,33); }

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