Html Css Color HEX #B71225 Fire Engine Red

📋 copy color: '#B71225'

red 183 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #B71225

Tints of Fire Engine Red #B71225

RGB

 RED value IS 183 (71.88% from 255) = 76.89%

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 76.89%
G = 7.56%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B71225 (or 0xB71225) is known color: Fire Engine Red. HEX triplet: B7, 12 and 25. RGB value is (183,18,37). Sum of RGB (Red+Green+Blue) = 183+18+37=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71225 is #48EDDA. Grayscale: #454545. Windows color (decimal): -4779483 or 2429623. OLE color: 2429623.

HSL color Cylindrical-coordinate representation of color #B71225: hue angle of 353.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71225 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 37 -
CMYK 0 0.90 0.80 0.28
HSL 353.09º 0.82% 0.39% -
HSV(B) 353.09º 0.9% 0.72% -
XYZ 20.08 10.63 2.74 -
YUV 69.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 183 18 37 0 0.90 0.80 0.28 353.09 0.82 0.39
Hex B7 12 25 0 5A 50 1C 161 52 27
Octal 267 22 45 0 132 120 34 541 122 47
Binary 10110111 10010 100101 0 1011010 1010000 11100 101100001 1010010 100111

Color Harmonies of #B71225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71225

Black with #B71225

Text Example


Text Example

White with #B71225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71225; }

 p { color: rgb(183,18,37); }

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

background-color css

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

 a { background-color: rgb(183,18,37); }

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

border-color css

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

 span { border-color: rgb(183,18,37); }

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