Html Css Color HEX #B71521 Fire Engine Red

📋 copy color: '#B71521'

red 183 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #B71521

Tints of Fire Engine Red #B71521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 77.22%
G = 8.86%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B71521 (or 0xB71521) is known color: Fire Engine Red. HEX triplet: B7, 15 and 21. RGB value is (183,21,33). Sum of RGB (Red+Green+Blue) = 183+21+33=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B71521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71521 is #48EADE. Grayscale: #464646. Windows color (decimal): -4778719 or 2168247. OLE color: 2168247.

HSL color Cylindrical-coordinate representation of color #B71521: hue angle of 355.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71521 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 33 -
CMYK 0 0.89 0.82 0.28
HSL 355.56º 0.79% 0.4% -
HSV(B) 355.56º 0.89% 0.72% -
XYZ 20.07 10.71 2.45 -
YUV 70.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 183 21 33 0 0.89 0.82 0.28 355.56 0.79 0.4
Hex B7 15 21 0 59 52 1C 164 4F 28
Octal 267 25 41 0 131 122 34 544 117 50
Binary 10110111 10101 100001 0 1011001 1010010 11100 101100100 1001111 101000

Color Harmonies of #B71521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71521

Black with #B71521

Text Example


Text Example

White with #B71521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71521; }

 p { color: rgb(183,21,33); }

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

background-color css

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

 a { background-color: rgb(183,21,33); }

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

border-color css

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

 span { border-color: rgb(183,21,33); }

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