Html Css Color HEX #BB2123 Fire Engine Red

📋 copy color: '#BB2123'

red 187 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #BB2123

Tints of Fire Engine Red #BB2123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 73.33%
G = 12.94%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB2123 (or 0xBB2123) is known color: Fire Engine Red. HEX triplet: BB, 21 and 23. RGB value is (187,33,35). Sum of RGB (Red+Green+Blue) = 187+33+35=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2123 is #44DEDC. Grayscale: #4F4F4F. Windows color (decimal): -4513501 or 2302395. OLE color: 2302395.

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

Color convert

RGB 187 33 35 -
CMYK 0 0.82 0.81 0.27
HSL 359.22º 0.7% 0.43% -
HSV(B) 359.22º 0.82% 0.73% -
XYZ 21.34 11.77 2.74 -
YUV 79.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 187 33 35 0 0.82 0.81 0.27 359.22 0.7 0.43
Hex BB 21 23 0 52 51 1B 167 46 2B
Octal 273 41 43 0 122 121 33 547 106 53
Binary 10111011 100001 100011 0 1010010 1010001 11011 101100111 1000110 101011

Color Harmonies of #BB2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2123

Black with #BB2123

Text Example


Text Example

White with #BB2123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2123; }

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

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

background-color css

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

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

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

border-color css

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

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

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