Html Css Color HEX #BF2123 Fire Engine Red

📋 copy color: '#BF2123'

red 191 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #BF2123

Tints of Fire Engine Red #BF2123

RGB

 RED value IS 191 (75% from 255) = 73.75%

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

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

R = 73.75%
G = 12.74%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF2123 (or 0xBF2123) is known color: Fire Engine Red. HEX triplet: BF, 21 and 23. RGB value is (191,33,35). Sum of RGB (Red+Green+Blue) = 191+33+35=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2123 is #40DEDC. Grayscale: #505050. Windows color (decimal): -4251357 or 2302399. OLE color: 2302399.

HSL color Cylindrical-coordinate representation of color #BF2123: hue angle of 359.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2123 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 35 -
CMYK 0 0.83 0.82 0.25
HSL 359.24º 0.71% 0.44% -
HSV(B) 359.24º 0.83% 0.75% -
XYZ 22.33 12.29 2.78 -
YUV 80.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 191 33 35 0 0.83 0.82 0.25 359.24 0.71 0.44
Hex BF 21 23 0 53 52 19 167 47 2C
Octal 277 41 43 0 123 122 31 547 107 54
Binary 10111111 100001 100011 0 1010011 1010010 11001 101100111 1000111 101100

Color Harmonies of #BF2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2123

Black with #BF2123

Text Example


Text Example

White with #BF2123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2123; }

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

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

background-color css

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

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

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

border-color css

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

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

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