#C11521

Color #C11521 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C11521

Tints of Fire Engine Red #C11521

Color information

#C11521 (or 0xC11521) is unknown color: approx Fire Engine Red. HEX triplet: C1, 15 and 21. RGB value is (193,21,33). Sum of RGB (Red+Green+Blue) = 193+21+33=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C11521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11521 is #3EEADE. Grayscale: #494949. Windows color (decimal): -4123359 or 2168257. OLE color: 2168257.

HSL color Cylindrical-coordinate representation of color #C11521: hue angle of 355.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11521 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB1932133-
CMYK00.890.830.24
HSL355.81º80.37%41.96%-
HSV(B)355.81º89.12%75.69%-
XYZ22.5311.982.56-
YUV73.8104.98213.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.14%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 33 (13.28% from 255) = 13.36%
R=78.14%
G=8.50%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193213300.890.830.24355.8180.3741.96
HexC115210595318164502a
Octal301254101311233054412052
Binary1100000110101100001010110011010011110001011001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11521; }

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

 H1.HeaderClassName
 {
   color: #C11521;
 }
 .AnyTagClassName
 {
   color: #C11521;
 }
</style>
background-color css

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

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

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

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

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

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