Html Css Color HEX #BF1823 Fire Engine Red

📋 copy color: '#BF1823'

red 191 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #BF1823

Tints of Fire Engine Red #BF1823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 35 (14.06% from 255) = 14%

R = 76.4%
G = 9.6%
B = 14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1823 (or 0xBF1823) is known color: Fire Engine Red. HEX triplet: BF, 18 and 23. RGB value is (191,24,35). Sum of RGB (Red+Green+Blue) = 191+24+35=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1823 is #40E7DC. Grayscale: #4B4B4B. Windows color (decimal): -4253661 or 2300095. OLE color: 2300095.

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

Color convert

RGB 191 24 35 -
CMYK 0 0.87 0.82 0.25
HSL 356.05º 0.78% 0.42% -
HSV(B) 356.05º 0.87% 0.75% -
XYZ 22.12 11.85 2.71 -
YUV 75.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 191 24 35 0 0.87 0.82 0.25 356.05 0.78 0.42
Hex BF 18 23 0 57 52 19 164 4E 2A
Octal 277 30 43 0 127 122 31 544 116 52
Binary 10111111 11000 100011 0 1010111 1010010 11001 101100100 1001110 101010

Color Harmonies of #BF1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1823

Black with #BF1823

Text Example


Text Example

White with #BF1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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