Html Css Color HEX #BF1024 Fire Engine Red

📋 copy color: '#BF1024'

red 191 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #BF1024

Tints of Fire Engine Red #BF1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

 BLUE value IS 36 (14.45% from 255) = 14.81%

R = 78.6%
G = 6.58%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF1024 (or 0xBF1024) is known color: Fire Engine Red. HEX triplet: BF, 10 and 24. RGB value is (191,16,36). Sum of RGB (Red+Green+Blue) = 191+16+36=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1024 is #40EFDB. Grayscale: #464646. Windows color (decimal): -4255708 or 2363583. OLE color: 2363583.

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

Color convert

RGB 191 16 36 -
CMYK 0 0.92 0.81 0.25
HSL 353.14º 0.85% 0.41% -
HSV(B) 353.14º 0.92% 0.75% -
XYZ 21.99 11.57 2.74 -
YUV 70.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 191 16 36 0 0.92 0.81 0.25 353.14 0.85 0.41
Hex BF 10 24 0 5C 51 19 161 55 29
Octal 277 20 44 0 134 121 31 541 125 51
Binary 10111111 10000 100100 0 1011100 1010001 11001 101100001 1010101 101001

Color Harmonies of #BF1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1024

Black with #BF1024

Text Example


Text Example

White with #BF1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1024; }

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

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

background-color css

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

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

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

border-color css

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

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

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