Html Css Color HEX #BF2328 Fire Engine Red

📋 copy color: '#BF2328'

red 191 ◦ green 35 ◦ blue 40

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

Shades of Fire Engine Red #BF2328

Tints of Fire Engine Red #BF2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 71.8%
G = 13.16%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2328 (or 0xBF2328) is known color: Fire Engine Red. HEX triplet: BF, 23 and 28. RGB value is (191,35,40). Sum of RGB (Red+Green+Blue) = 191+35+40=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2328 is #40DCD7. Grayscale: #525252. Windows color (decimal): -4250840 or 2630591. OLE color: 2630591.

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

Color convert

RGB 191 35 40 -
CMYK 0 0.82 0.79 0.25
HSL 358.08º 0.69% 0.44% -
HSV(B) 358.08º 0.82% 0.75% -
XYZ 22.47 12.43 3.22 -
YUV 82.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 191 35 40 0 0.82 0.79 0.25 358.08 0.69 0.44
Hex BF 23 28 0 52 4F 19 166 45 2C
Octal 277 43 50 0 122 117 31 546 105 54
Binary 10111111 100011 101000 0 1010010 1001111 11001 101100110 1000101 101100

Color Harmonies of #BF2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2328

Black with #BF2328

Text Example


Text Example

White with #BF2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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