#C11226

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

Shades of Fire Engine Red #C11226

Tints of Fire Engine Red #C11226

Color information

#C11226 (or 0xC11226) is unknown color: approx Fire Engine Red. HEX triplet: C1, 12 and 26. RGB value is (193,18,38). Sum of RGB (Red+Green+Blue) = 193+18+38=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C11226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11226 is #3EEDD9. Grayscale: #484848. Windows color (decimal): -4124122 or 2495169. OLE color: 2495169.

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

Color convert

RGB1931838-
CMYK00.910.800.24
HSL353.14º82.94%41.37%-
HSV(B)353.14º90.67%75.69%-
XYZ22.5611.912.94-
YUV72.6108.48213.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.51%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=77.51%
G=7.23%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193183800.910.800.24353.1482.9441.37
HexC1122605B50181615329
Octal301224601331203054112351
Binary1100000110010100110010110111010000110001011000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11226; }

 p { color: rgb(193,18,38); }

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

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

 a { background-color: rgb(193,18,38); }

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

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

 span { border-color: rgb(193,18,38); }

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