Html Css Color HEX #BF2325 Fire Engine Red

📋 copy color: '#BF2325'

red 191 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #BF2325

Tints of Fire Engine Red #BF2325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 72.62%
G = 13.31%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF2325 (or 0xBF2325) is known color: Fire Engine Red. HEX triplet: BF, 23 and 25. RGB value is (191,35,37). Sum of RGB (Red+Green+Blue) = 191+35+37=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2325 is #40DCDA. Grayscale: #525252. Windows color (decimal): -4250843 or 2433983. OLE color: 2433983.

HSL color Cylindrical-coordinate representation of color #BF2325: hue angle of 359.23º 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 #BF2325 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 37 -
CMYK 0 0.82 0.81 0.25
HSL 359.23º 0.69% 0.44% -
HSV(B) 359.23º 0.82% 0.75% -
XYZ 22.42 12.41 2.96 -
YUV 81.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 191 35 37 0 0.82 0.81 0.25 359.23 0.69 0.44
Hex BF 23 25 0 52 51 19 167 45 2C
Octal 277 43 45 0 122 121 31 547 105 54
Binary 10111111 100011 100101 0 1010010 1010001 11001 101100111 1000101 101100

Color Harmonies of #BF2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2325

Black with #BF2325

Text Example


Text Example

White with #BF2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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