#C11227

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

Shades of Fire Engine Red #C11227

Tints of Fire Engine Red #C11227

Color information

#C11227 (or 0xC11227) is unknown color: approx Fire Engine Red. HEX triplet: C1, 12 and 27. RGB value is (193,18,39). Sum of RGB (Red+Green+Blue) = 193+18+39=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11227 is #3EEDD8. Grayscale: #484848. Windows color (decimal): -4124121 or 2560705. OLE color: 2560705.

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

Color convert

RGB1931839-
CMYK00.910.800.24
HSL352.8º82.94%41.37%-
HSV(B)352.8º90.67%75.69%-
XYZ22.5711.923.03-
YUV72.72108.98213.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.2%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=77.2%
G=7.2%
B=15.6%

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
Decimal193183900.910.800.24352.882.9441.37
HexC1122705B50181615329
Octal301224701331203054112351
Binary1100000110010100111010110111010000110001011000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11227; }

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

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

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

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

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

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

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

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