Html Css Color HEX #BC1F23 Fire Engine Red

📋 copy color: '#BC1F23'

red 188 ◦ green 31 ◦ blue 35

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

Shades of Fire Engine Red #BC1F23

Tints of Fire Engine Red #BC1F23

RGB

 RED value IS 188 (73.83% from 255) = 74.02%

 GREEN value IS 31 (12.5% from 255) = 12.2%

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

R = 74.02%
G = 12.2%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC1F23 (or 0xBC1F23) is known color: Fire Engine Red. HEX triplet: BC, 1F and 23. RGB value is (188,31,35). Sum of RGB (Red+Green+Blue) = 188+31+35=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F23 is #43E0DC. Grayscale: #4E4E4E. Windows color (decimal): -4448477 or 2301884. OLE color: 2301884.

HSL color Cylindrical-coordinate representation of color #BC1F23: hue angle of 358.47º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F23 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 35 -
CMYK 0 0.84 0.81 0.26
HSL 358.47º 0.72% 0.43% -
HSV(B) 358.47º 0.84% 0.74% -
XYZ 21.53 11.79 2.73 -
YUV 78.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 188 31 35 0 0.84 0.81 0.26 358.47 0.72 0.43
Hex BC 1F 23 0 54 51 1A 166 48 2B
Octal 274 37 43 0 124 121 32 546 110 53
Binary 10111100 11111 100011 0 1010100 1010001 11010 101100110 1001000 101011

Color Harmonies of #BC1F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F23

Black with #BC1F23

Text Example


Text Example

White with #BC1F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F23; }

 p { color: rgb(188,31,35); }

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

background-color css

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

 a { background-color: rgb(188,31,35); }

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

border-color css

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

 span { border-color: rgb(188,31,35); }

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