Html Css Color HEX #B61425 Fire Engine Red

📋 copy color: '#B61425'

red 182 ◦ green 20 ◦ blue 37

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

Shades of Fire Engine Red #B61425

Tints of Fire Engine Red #B61425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 76.15%
G = 8.37%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B61425 (or 0xB61425) is known color: Fire Engine Red. HEX triplet: B6, 14 and 25. RGB value is (182,20,37). Sum of RGB (Red+Green+Blue) = 182+20+37=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B61425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61425 is #49EBDA. Grayscale: #464646. Windows color (decimal): -4844507 or 2430134. OLE color: 2430134.

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

Color convert

RGB 182 20 37 -
CMYK 0 0.89 0.80 0.29
HSL 353.7º 0.8% 0.4% -
HSV(B) 353.7º 0.89% 0.71% -
XYZ 19.88 10.58 2.74 -
YUV 70.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 182 20 37 0 0.89 0.80 0.29 353.7 0.8 0.4
Hex B6 14 25 0 59 50 1D 162 50 28
Octal 266 24 45 0 131 120 35 542 120 50
Binary 10110110 10100 100101 0 1011001 1010000 11101 101100010 1010000 101000

Color Harmonies of #B61425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61425

Black with #B61425

Text Example


Text Example

White with #B61425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61425; }

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

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

background-color css

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

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

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

border-color css

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

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

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