#C11522

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

Shades of Fire Engine Red #C11522

Tints of Fire Engine Red #C11522

Color information

#C11522 (or 0xC11522) is unknown color: approx Fire Engine Red. HEX triplet: C1, 15 and 22. RGB value is (193,21,34). Sum of RGB (Red+Green+Blue) = 193+21+34=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C11522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11522 is #3EEADD. Grayscale: #4A4A4A. Windows color (decimal): -4123358 or 2233793. OLE color: 2233793.

HSL color Cylindrical-coordinate representation of color #C11522: hue angle of 355.47º 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 #C11522 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1932134-
CMYK00.890.820.24
HSL355.47º80.37%41.96%-
HSV(B)355.47º89.12%75.69%-
XYZ22.5511.992.64-
YUV73.91105.48212.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.82%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=77.82%
G=8.47%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193213400.890.820.24355.4780.3741.96
HexC115220595218163502a
Octal301254201311223054312052
Binary1100000110101100010010110011010010110001011000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11522; }

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

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

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

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

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

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

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

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