Html Css Color HEX #B61925 Fire Engine Red

📋 copy color: '#B61925'

red 182 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #B61925

Tints of Fire Engine Red #B61925

RGB

 RED value IS 182 (71.48% from 255) = 74.59%

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 74.59%
G = 10.25%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B61925 (or 0xB61925) is known color: Fire Engine Red. HEX triplet: B6, 19 and 25. RGB value is (182,25,37). Sum of RGB (Red+Green+Blue) = 182+25+37=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B61925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61925 is #49E6DA. Grayscale: #494949. Windows color (decimal): -4843227 or 2431414. OLE color: 2431414.

HSL color Cylindrical-coordinate representation of color #B61925: hue angle of 355.41º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61925 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 37 -
CMYK 0 0.86 0.80 0.29
HSL 355.41º 0.76% 0.41% -
HSV(B) 355.41º 0.86% 0.71% -
XYZ 19.97 10.77 2.78 -
YUV 73.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 182 25 37 0 0.86 0.80 0.29 355.41 0.76 0.41
Hex B6 19 25 0 56 50 1D 163 4C 29
Octal 266 31 45 0 126 120 35 543 114 51
Binary 10110110 11001 100101 0 1010110 1010000 11101 101100011 1001100 101001

Color Harmonies of #B61925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61925

Black with #B61925

Text Example


Text Example

White with #B61925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61925; }

 p { color: rgb(182,25,37); }

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

background-color css

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

 a { background-color: rgb(182,25,37); }

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

border-color css

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

 span { border-color: rgb(182,25,37); }

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