#C11229

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

Shades of Fire Engine Red #C11229

Tints of Fire Engine Red #C11229

Color information

#C11229 (or 0xC11229) is unknown color: approx Fire Engine Red. HEX triplet: C1, 12 and 29. RGB value is (193,18,41). Sum of RGB (Red+Green+Blue) = 193+18+41=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11229 is #3EEDD6. Grayscale: #494949. Windows color (decimal): -4124119 or 2691777. OLE color: 2691777.

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

Color convert

RGB1931841-
CMYK00.910.790.24
HSL352.11º82.94%41.37%-
HSV(B)352.11º90.67%75.69%-
XYZ22.6111.933.21-
YUV72.95109.98213.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 76.59%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=76.59%
G=7.14%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193184100.910.790.24352.1182.9441.37
HexC1122905B4F181605329
Octal301225101331173054012351
Binary1100000110010101001010110111001111110001011000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11229; }

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

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

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

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

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

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

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

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