#C11323

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

Shades of Fire Engine Red #C11323

Tints of Fire Engine Red #C11323

Color information

#C11323 (or 0xC11323) is unknown color: approx Fire Engine Red. HEX triplet: C1, 13 and 23. RGB value is (193,19,35). Sum of RGB (Red+Green+Blue) = 193+19+35=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C11323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11323 is #3EECDC. Grayscale: #484848. Windows color (decimal): -4123869 or 2298817. OLE color: 2298817.

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

Color convert

RGB1931935-
CMYK00.900.820.24
HSL354.48º82.08%41.57%-
HSV(B)354.48º90.16%75.69%-
XYZ22.5311.922.7-
YUV72.85106.65213.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.14%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=78.14%
G=7.69%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193500.900.820.24354.4882.0841.57
HexC1132305A5218162522a
Octal301234301321223054212252
Binary1100000110011100011010110101010010110001011000101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11323; }

 p { color: rgb(193,19,35); }

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

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

 a { background-color: rgb(193,19,35); }

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

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

 span { border-color: rgb(193,19,35); }

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