Html Css Color HEX #BF2326 Fire Engine Red

📋 copy color: '#BF2326'

red 191 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #BF2326

Tints of Fire Engine Red #BF2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 72.35%
G = 13.26%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF2326 (or 0xBF2326) is known color: Fire Engine Red. HEX triplet: BF, 23 and 26. RGB value is (191,35,38). Sum of RGB (Red+Green+Blue) = 191+35+38=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2326 is #40DCD9. Grayscale: #525252. Windows color (decimal): -4250842 or 2499519. OLE color: 2499519.

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

Color convert

RGB 191 35 38 -
CMYK 0 0.82 0.80 0.25
HSL 358.85º 0.69% 0.44% -
HSV(B) 358.85º 0.82% 0.75% -
XYZ 22.44 12.42 3.05 -
YUV 81.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 191 35 38 0 0.82 0.80 0.25 358.85 0.69 0.44
Hex BF 23 26 0 52 50 19 167 45 2C
Octal 277 43 46 0 122 120 31 547 105 54
Binary 10111111 100011 100110 0 1010010 1010000 11001 101100111 1000101 101100

Color Harmonies of #BF2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2326

Black with #BF2326

Text Example


Text Example

White with #BF2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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