Html Css Color HEX #BF2425 Fire Engine Red

📋 copy color: '#BF2425'

red 191 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #BF2425

Tints of Fire Engine Red #BF2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

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

R = 72.35%
G = 13.64%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF2425 (or 0xBF2425) is known color: Fire Engine Red. HEX triplet: BF, 24 and 25. RGB value is (191,36,37). Sum of RGB (Red+Green+Blue) = 191+36+37=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2425 is #40DBDA. Grayscale: #525252. Windows color (decimal): -4250587 or 2434239. OLE color: 2434239.

HSL color Cylindrical-coordinate representation of color #BF2425: hue angle of 359.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2425 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 37 -
CMYK 0 0.81 0.81 0.25
HSL 359.61º 0.68% 0.45% -
HSV(B) 359.61º 0.81% 0.75% -
XYZ 22.45 12.47 2.97 -
YUV 82.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 191 36 37 0 0.81 0.81 0.25 359.61 0.68 0.45
Hex BF 24 25 0 51 51 19 168 44 2D
Octal 277 44 45 0 121 121 31 550 104 55
Binary 10111111 100100 100101 0 1010001 1010001 11001 101101000 1000100 101101

Color Harmonies of #BF2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2425

Black with #BF2425

Text Example


Text Example

White with #BF2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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