Html Css Color HEX #BE0C27 Fire Engine Red

📋 copy color: '#BE0C27'

red 190 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #BE0C27

Tints of Fire Engine Red #BE0C27

RGB

 RED value IS 190 (74.61% from 255) = 78.84%

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 78.84%
G = 4.98%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE0C27 (or 0xBE0C27) is known color: Fire Engine Red. HEX triplet: BE, 0C and 27. RGB value is (190,12,39). Sum of RGB (Red+Green+Blue) = 190+12+39=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C27 is #41F3D8. Grayscale: #444444. Windows color (decimal): -4322265 or 2559166. OLE color: 2559166.

HSL color Cylindrical-coordinate representation of color #BE0C27: hue angle of 350.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C27 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 12 39 -
CMYK 0 0.94 0.79 0.25
HSL 350.9º 0.88% 0.4% -
HSV(B) 350.9º 0.94% 0.75% -
XYZ 21.73 11.36 2.97 -
YUV 68.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 190 12 39 0 0.94 0.79 0.25 350.9 0.88 0.4
Hex BE C 27 0 5E 4F 19 15F 58 28
Octal 276 14 47 0 136 117 31 537 130 50
Binary 10111110 1100 100111 0 1011110 1001111 11001 101011111 1011000 101000

Color Harmonies of #BE0C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C27

Black with #BE0C27

Text Example


Text Example

White with #BE0C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C27; }

 p { color: rgb(190,12,39); }

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

background-color css

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

 a { background-color: rgb(190,12,39); }

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

border-color css

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

 span { border-color: rgb(190,12,39); }

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