Html Css Color HEX #BF1722 Fire Engine Red

📋 copy color: '#BF1722'

red 191 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #BF1722

Tints of Fire Engine Red #BF1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 77.02%
G = 9.27%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1722 (or 0xBF1722) is known color: Fire Engine Red. HEX triplet: BF, 17 and 22. RGB value is (191,23,34). Sum of RGB (Red+Green+Blue) = 191+23+34=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1722 is #40E8DD. Grayscale: #4A4A4A. Windows color (decimal): -4253918 or 2234303. OLE color: 2234303.

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

Color convert

RGB 191 23 34 -
CMYK 0 0.88 0.82 0.25
HSL 356.07º 0.79% 0.42% -
HSV(B) 356.07º 0.88% 0.75% -
XYZ 22.08 11.8 2.63 -
YUV 74.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 191 23 34 0 0.88 0.82 0.25 356.07 0.79 0.42
Hex BF 17 22 0 58 52 19 164 4F 2A
Octal 277 27 42 0 130 122 31 544 117 52
Binary 10111111 10111 100010 0 1011000 1010010 11001 101100100 1001111 101010

Color Harmonies of #BF1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1722

Black with #BF1722

Text Example


Text Example

White with #BF1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1722; }

 p { color: rgb(191,23,34); }

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

background-color css

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

 a { background-color: rgb(191,23,34); }

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

border-color css

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

 span { border-color: rgb(191,23,34); }

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